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
...