How do i save multiple checked boxes into sql database
How do i save multiple checked boxes into sql database
Adane
Posts: 4Questions: 1Answers: 0
i am using jquery and mvc together to output two joined tables to be displayed in a single page using check box
and i nedd to save checked or selected items into database .
is there any help ?
Answers
This example shows one way to get the checked rows:
http://live.datatables.net/mutavegi/1/edit
You can use a jQuery ajax() request to send the row data to the server.
Kevin
@kthorngren the link that u send me is not working??
It works. Your browser may be using SSL and changing the URL from HTTP to HTTPS. Try another browser or make sure the S is removed from HTTPS.
Kevin
@kthorngren:- thanks it is working but let me see the code and then i will be back with all my issues.hopefully u will be there for me too.