Posted on: 4/21/2014 10:43:48 AM | Views : 441

Hi 
I am using the code snippets given  from http://www.codeproject.com/Articles/36189/temporary-values-in-grid.
In that  i want to use checkbox inside gridview 
if I click addnew button, afterpostback i lost the checkbox control (tick mark) disppears
Please help me to fix the issue. Part of code I have given  below
<asp:TemplateField HeaderStyle-Width="5%" HeaderStyle-BorderColor="White" ItemStyle-VerticalAlign="Top" ItemStyle-BorderColor="White" ...

Go to the complete details ...