I have a checkboxlist, two buttons and a datagrid.
during page_load event, i load items of checkboxlist and datagrid from database.
button 1 is used to check all items in checkboxlist and button 2 is used to uncheck it.
my problem now is whenever I click either of the two buttons, the datagrid will be empty.
I am still new in ASP.NET programming and I hope someone can help me with my problem.
thanks a lot.
during page_load event, i load items of checkboxlist and datagrid from database.
button 1 is used to check all items in checkboxlist and button 2 is used to uncheck it.
my problem now is whenever I click either of the two buttons, the datagrid will be empty.
I am still new in ASP.NET programming and I hope someone can help me with my problem.
thanks a lot.