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

Please let me know "how to insert data in sql table using JSON and icallback eventhandler",

like i have tree text boxes for (No,Name and salary) , two dropdownlists for(Designation,Department) and radio button list for Gender and Checkbox list for Preference of foods,

there will be a button insert, once i click button it has to save in the sql table, so please help me i am very new to this, please reply as early as possible!

Thanks&Regards
Sreeram Daasari
Posted
Comments
ZurdoDev 13-Dec-12 8:15am    
There's a lot involved. You should use jquery's ajax() call to call a webservice passing in your data. Then you need something like ADO.Net to store the data in the database.
Sreeraam_d 13-Dec-12 8:18am    
Hi Ryanb,

Please give me brief solution to this problem!

Regards
Sreeram
ZurdoDev 13-Dec-12 8:20am    
That was my brief solution.
fjdiewornncalwe 13-Dec-12 9:00am    
Where is my +5 when I need it...

1 solution

you can follow the article for brief solution:

Client side data grid with JSON and Web Service[^]
 
Share this answer
 
Comments
Sreeraam_d 19-Dec-12 2:37am    
Hi Humayun,

Thank you very much for the support you are given for me!
I hope it will work for me well!
Thanks&Regards
Sreeram_d

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