dear friends,
I am stucked with checkbox.
i have a dynamically adding gridview with checkbox column. in which saving all datas in View state. But when page load check box status are lost. How to fix it.
how to check the status of check box in datatable
Ex: chkbox is my check box. I want to attach previous row datas
whil(i<dt.rows.count)
{
chkbox.checked = "";
}