I have a checkboxlist, contained within a user control. The user control resides in a template field inside a gridview.
On Page_Init I bind the checkboxlist.
Everytime a post back occurs, all values are lost from the checkboxlist.
Is there any way to get around it?