hi,

I think you will need to set a value in a session, or viewstate, or in a
control in the page:
Page.CheckAllGrid.Checked = true;

so, where the grid is paginated, verify the session, or viewstate or the
checkbox in the page, then check or uncheck the grid checkboxes

2009/2/20 Thant Zin (UCSM) <[email protected]>

>
>
> Hi All,
>
> In my case, I'd like to process the CheckBox status in all rows of the
> GridView. Currently it works only for the current page. How can I do
> for all the pages?
>
> Thanks and Regards.
>

Reply via email to