Hi,
Is there a way to do this from outside the bottom of the Grid's PagerTemplate? Say from a dropdown of page numbers or a Next/Previous button elsewhere on the page. For instance, my grid's page "1" has the following script reference when I mouse over it...
javascript:__doPostBack('ctl00$PageContent$MySearchControl$grdSearchResult$ctl00$ctl03$ctl01$ctl01','')
I know there the GetPostBackEventReference method, but I'm not sure how to use it with my Grid's pager.
Thanks, Dave.
Is there a way to do this from outside the bottom of the Grid's PagerTemplate? Say from a dropdown of page numbers or a Next/Previous button elsewhere on the page. For instance, my grid's page "1" has the following script reference when I mouse over it...
javascript:__doPostBack('ctl00$PageContent$MySearchControl$grdSearchResult$ctl00$ctl03$ctl01$ctl01','')
I know there the GetPostBackEventReference method, but I'm not sure how to use it with my Grid's pager.
Thanks, Dave.