Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to insert data in sql table in asp.net using jquery..
Posted

1 solution

You can't. JQuery is client side technology that runs in your browser. SQL Server requires some sort of connection that jQuery can't do on it's own.
 
Share this answer
 
Comments
k@ran 7-Nov-12 5:43am    
can i do it with the help of jquery and ajax..!!
jim lahey 7-Nov-12 5:46am    
not quite. You'll need jQuery, an AJAX call and some server side code to call using AJAX. then it can be done.

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