|
Subject:
|
how to view the checked items after navigating
|
|
Posted By:
|
madhusrp
|
Post Date:
|
1/24/2006 11:11:08 AM
|
i am using check box in the datagrid when i check the check boxes and go to nextpage and come back i cant view the checked items could anyone help me in this regard
|
|
Reply By:
|
planoie
|
Reply Date:
|
1/24/2006 2:28:31 PM
|
You'll need to store the checked values somewhere so you can reload them when you move from page to page. Usually this is done in the viewstate. You'll have to determine how to store the values so the are related to your data by some unique row identity.
-Peter
|