I have a gridview, which loads data using ObjectDatasource in ASPX page, when the page is loaded. The object datasource calls the handler function to load the DataSet.
Now I have a refresh button, and I want to reload the data within the grid. How can I accompalish this?
Go to the complete details ...