Hi Vinicius Quaiato, I stored the checkbox values in ArrayList at Session variable and it works fine now.
Thanks for your help. Regards, Thant Zin (UCSM) On Feb 20, 10:33 pm, Vinicius Quaiato <[email protected]> wrote: > 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.- Hide quoted text - > > - Show quoted text -
