Checkbox state
Hello!!!hope anyone can help...
I am developing online exam in .NET. It is a flexible application where you can edit the questions and answers. This compose of questions tables and choices tables. When the user navigate the question, it will automatically display its related choices on different datagrid.I put a checkbox control inside the templatecolumn on this datagrid to choose for the answer(s). My problem is, everytime I navigate, the checkbox status of the previous answer did not appear.I cannot maintain the checkbox status (answers) of the previous answer. Please help me....
Thank you....
|