hi all programming experts,
I am developing a system using asp.net(c#) , ajax and javascripts. I want to bind a dataset to a gridview using a javascrip function. the javascript function is written in a different .js file and linked to the aspx page. i am calling that function in "onclientcl ick" method in a button because i want to stop post back. i am not using an update pannel. i am caaling code behind function to get the required dataset.i have successfully taken the dataset to the function but the problem is how to set the data source & call the databind method of a gridview in javascript?
Thanx
I am developing a system using asp.net(c#) , ajax and javascripts. I want to bind a dataset to a gridview using a javascrip function. the javascript function is written in a different .js file and linked to the aspx page. i am calling that function in "onclientcl ick" method in a button because i want to stop post back. i am not using an update pannel. i am caaling code behind function to get the required dataset.i have successfully taken the dataset to the function but the problem is how to set the data source & call the databind method of a gridview in javascript?
Thanx
Comment