Click here to Skip to main content
15,893,663 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all ,

I am new to javascript.
I am designing a login and registration page in asp.net where i would like to have connectivity to database by using javascript.
I am using sql server 2005 as DB.

can some one please help me.
Posted

1 solution

connectivity to database by using javascript
You should had elaborated more on why. Yet, it simply means you want to know how to talk to server from 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
 

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