Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,I am creating a registration form.In which the candidate has to fill their email user name and password.After quiting typing(i.e. Lostfocus)in the emailid textbox i want to check is the emailid already available or not.And as i have not much places near text box or cann't increase size,i want to use model popup extender.But Model popup shows messages after lostfocus not on focus of textbox,how?
Posted
Comments
[no name] 3-Oct-11 13:59pm    
"But Model popup shows messages after lostfocus not on focus..."

I thought you wanted it to occur on lost focus? please clarify
Ram Balak Sharma 4-Oct-11 0:36am    
Your question is not much clear, but i think you wantewd to validate email then modal popup extender will fire when your focus wil move from text box.
Yogesh1229 4-Oct-11 10:57am    
Ya,exactly i.e. i want to validate emailid.if emailid is already available
then modelpopup shows a panel near textbox that 'Email id already available'
else panel is invivble.
hitech_s 4-Oct-11 1:03am    
plz dont make readers confuse..
you are asking lostfocus and onfocus both at a time plz specify which one you want

1 solution

refer this site for modal popup

www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900