| Author: M. Irfan 17 Feb 2008 | Member Level: Gold | Rating:  Points: 2 |
Whether after submit button you are navigating to next page or be on the same page.
If you are on the same page, then use the property of checkbox as enableviewstate = true;
if you are navigating to new page then you have to pass this chackbox and while in pageload you have to check all the checked boxes thru coding.
|