Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to authenticate user without page postback..because my jquery coded design will collapse. Database i use is sql sever 2012 and i need to authenticate user during login..So How can i do authenticate user details using jquery?. please help me in this regard...Thanks All...
Posted
Updated 7-Aug-13 1:34am
v3
Comments
Thanks7872 6-Aug-13 4:55am    
which data store you have used to which you compare the details provided by the user at the time of authentication?
Ashutosh Mahto 6-Aug-13 5:08am    
This may not be a good idea to perform authentication using jQuery. It's safer to keep the authentication using postback, or else use some jQuery library if available for this purpose.

Follow it..
Ajax user authentication and registration techniques with jQuery[^]


[Edit member="Tadit"]
Link text added to reflect the article title.
[/Edit]
 
Share this answer
 
v2

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