icon
Leave a message

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Saturday, 21 March 2015

How to save data in Sql Server using $("#form1").serialize() with Ajax and Jquery in Asp.Net

How to save data in Sql Server using  $("#form1").serialize()  with Ajax and Jquery in Asp.Net Note:  here we will discuss about how to save in Sql Server without [WebMethod] means here we are using  $("#form1").serialize concept to passing data to server  and after passing we get the passed  data with query string -- Sql Server..... use test create table Student ( Id int primary key, Name varchar(50), Age...