I have a gridview inside an updatepanel and I have a javascript that calls a page method using jquery. I\'d like the page method to refresh the gridview based on the parameter i
Take a look at my answer to this related question here. In short, you create a new instance of the grid and capture its output manually.