Asp Control ASP.Net

<%@ Page Language=VB Debug=true %>

Sub Page_Load(ByVal Sender as Object, ByVal E as EventArgs)
 
End Sub



CheckBox Controls Sample Page







    id="chk1"
    Text="Do you like the color blue?" 
    TextAlign="Left"
    Font-Size="12pt"
    Font-Name="Comic Sans MS"
    runat="server" 
/>



    id="chk2"
    Checked="True"
    Text="Do you like the color red?" 
    TextAlign="Right"
    Font-Size="12pt"
    Font-Name="Comic Sans MS"
    runat="server" 
/>