Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how i can insert-data into sql server using ajax in Asp.net my total design in ajax . i'm using Ajax toolkit 3.5.
Posted
Comments
Karthik Harve 11-Sep-12 9:08am    
I cannot understand your requirement. improve your question.

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[^]

Pick one and use it.

My preference, XMLHttpRequest, using jQuery, here, have a look:
http://api.jquery.com/jQuery.ajax/[^]
http://api.jquery.com/category/ajax/[^]
http://www.w3schools.com/jquery/jquery_ref_ajax.asp[^]:
 
Share this answer
 
This question does not belong to "Quick Answers". However, a quick Google search would certainly get you started - insert data into database using ajax asp.net[^].
 
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