Click here to Skip to main content
16,012,611 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have to store and fetch data from sqlserver database using javascript .......Please tell me ..is it possible to do that or not ...if yes, how to do this..
Please help me...
Posted

 
Share this answer
 
v3
Comments
fjdiewornncalwe 11-Jan-13 12:23pm    
+5.
There are few ways to interact with server side through client side(Javascript):
1. XMLHttpRequest[^]
2. Callback[^]
3. WebService call[^]
4. PageMethod[^]

Try that you find fit.
 
Share this answer
 
Comments
fjdiewornncalwe 11-Jan-13 12:23pm    
+5.
Sandeep Mewara 11-Jan-13 12:51pm    
Thanks Marcus.

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