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, 31 January 2015

Insert Delete Update Retrieve data with Sql Server using JQuery Ajax in ASP.Net

Insert Delete Update Retrieve data with Sql Server using jQuery AJAX in ASP.Net Note: I will explain in this topic How to save, delete, update, select data in Sql Server database  using Jquery Ajax in Asp.Net and and bind all data in GridView with each event on a single page in Asp.Net..... -- query for Sql Server……….. create database test1 use test1 create table Student ( RollNo int primary key, Name varchar(50), Gender...