I have a html page which consists of 10 checkboxes. When i tick on some checkboxes and submit the form,the checkbox values are stored in the database. Now i need a help, when i take the same html page after submission, i want to view the ticked checkboxes as ticked and those ticked checkboxes couldn't be unticked. Please help .
<form action="Post.aspx" method="post" target="_blank" > <td><input id="c101" value="101" type="Checkbox" runat="server"/></td> <td><input id="c102" value="102" type="Checkbox" runat="server"/></td> <td><input id="c103" value="103" type="Checkbox" runat="server"/></td> </tr>