Regarding ASP.NET's GridView server control:
Can I bind to a datasource in the code-behind, load the entire resultset, and then implement client-side paging without postbacks?
If this isn't possible with GridView, I'm willing to implement a custom solution.
EDIT: My GridView instance sits inside of a nyroModal (jQuery) pop-up div, which is why I need a non-postback solution.
The jQuery tablesorter pager plug-in might work.