Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want the code for check user id availability from database. I want to do this without post back. If any possibility to do that without use ajax.

Please help me..........Thanks in advance
Posted

Try these

Alternative to UpdatePanel[^]

Best alternative solution for ASP.NET AJAX UpdatePanel[^]

Check those links in the answers in those pages.
 
Share this answer
 
All you want is to know how to talk to server from client side (Javascript).

There are few ways to interact with server side through client side(Javascript):
1. XMLHttpRequest[^]
2. Callback[^]
3. WebService call[^]
4. PageMethod[^]
 
Share this answer
 
Comments
Espen Harlinn 19-Jul-11 16:59pm    
Nice list, Sandeep - my 5

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