I would like to update a Gridviews datasource using JQuery and page methods, but I'm not sure how to access the Gridview control I created on the page. I know I can't access the instance of it, but I want to access the id so just rebind it.
Is this possible?
Is there something specific you are doing with this Gridview? If not, I would also suggest (as Niels suggests) to use an ajax call (use jQuery) and instead of a Gridview try a Table. Check this nice HTML Gridview out. It uses jQuery, JSON, WebService.
Good luck!