Wednesday, July 16, 2014

Binding the Asp.Net grid view using the JQUERY with ajax call to the Web Method

 Introduction          In this article we are going to know how to bind the server side DataSet data to the grid view          First create a sample dynamic dataset          From that convert that data set data to the XML format in the static web method         Then write the client side code to call that method using the ajax json call in the JQUERY      ...
Read More »