Previous | Home | Next |
Event

Property

Design Code
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Input(Check Box)</title> </head> <body> <form id="form1" runat="server"> <div> <input id="Checkbox1" type="checkbox" /> </div> </form> </body> </html>
Previous | Home | Next |