Click here to Skip to main content
15,901,001 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use code for Check user id availability in text-change event..for that the code is only work if i declared the textbox auto postback event is true. If it is declared true then the page is refresh every time it checks. So i want to check user id availability without the page refresh. How can i do that

please any one help me....Thanks
Posted
Comments
CodeHawkz 6-May-11 2:33am    
If you don't want postbacks, your friend is AJAX. Just Google on it, you will get plenty answers.

Check This[^] post, it may help you.
 
Share this answer
 
Comments
keyur soni 6-May-11 2:35am    
good
To acheive this

U Have to use AJAX for that
OR u can use UPDATEPANEL control of asp.net

To get idea,look at this link

http://forums.asp.net/t/1110991.aspx[^]
 
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