Insert Update Delete in jquery Dialog widget

WebMSTR

New Member
I want to insert a data in my SQL Server database using jquery Dialog WIDGET. In Jquery widget, i have multiple fields and a submit button, if the user press Submit, The record will be entered into the database and dialog automatically gets closes.The code at Reference Link can help pretty much, but i want to insert it into my Database. Please get me through this issue, i`m really stuck into this from quite a few days. I dont even have sample code to Post here, but what i have done uptill is:\[code\]function linkbtnTest(abc) {$(abc).dialog({ modal: true, buttons: { "OK": function () { $(this).dialog("Close") } }});\[/code\]}
 
Back
Top