<body>
<form id="form1" runat="server">
<div style=" width:960px; height:700px; background-color: #999999; margin:auto; color: #CC0000; padding-top:50px; padding-left:100px;">
<asp:Label ID="Label1" runat="server" Text="Id"></asp:Label>
<asp:TextBox ID="IdTextBox"
runat="server" style="margin-left: 258px" Width="128px"></asp:TextBox><br/><br/>
<asp:Label ID="Label2" runat="server" Text="Name"></asp:Label>
<asp:TextBox ID="NameTextBox"
runat="server" style="margin-left: 234px" Width="131px"></asp:TextBox><br/><br/>
<asp:Label ID="Label3" runat="server" Text="Fname"></asp:Label>
<asp:TextBox ID="FnameTextBox"
runat="server" style="margin-left: 232px" Width="128px"></asp:TextBox><br/><br/>
<asp:Label ID="Label4" runat="server" Text="DOB"></asp:Label>
<asp:TextBox ID="DobTextBox"
runat="server" style="margin-left: 242px" Width="128px"></asp:TextBox><br/><br/>
<asp:Label ID="Label9" runat="server" Text="Address"></asp:Label>
<asp:TextBox ID="AddressTextBox"
runat="server" style="margin-left: 227px" Width="128px"></asp:TextBox><br/><br/>
<asp:Label ID="Label5" runat="server" Text="Sex "></asp:Label> <asp:CheckBox ID="MaleCheckBox" Text="Male" runat="server" />
<asp:CheckBox ID="FemaleCheckBox" Text="Female" runat="server" /><br/><br/>
<asp:Label ID="Label6" runat="server" Text="City"></asp:Label> <asp:DropDownList ID="DropDownList1"
runat="server">
<asp:ListItem>Pilani</asp:ListItem>
<asp:ListItem>Chirawa</asp:ListItem>
<asp:ListItem>Jhunjhunu</asp:ListItem>
</asp:DropDownList><br/><br/>
<asp:Label ID="Label7" runat="server" Text="Course"></asp:Label> <asp:DropDownList
ID="DropDownList2" runat="server">
<asp:ListItem>Java</asp:ListItem>
<asp:ListItem>C++</asp:ListItem>
<asp:ListItem>ASP.Net</asp:ListItem>
<asp:ListItem>C</asp:ListItem>
</asp:DropDownList><br/><br/>
<asp:Label ID="Label8" runat="server" Text="Country"></asp:Label>
<asp:CheckBoxList ID="CheckBoxList1" runat="server">
<asp:ListItem>India</asp:ListItem>
<asp:ListItem>America</asp:ListItem>
<asp:ListItem>Pakistan</asp:ListItem>
</asp:CheckBoxList><br/><br/>
<asp:Button ID="Button1" runat="server" Text="Submit"
style="margin-left: 191px" Width="71px" />
<asp:Button ID="Button2" runat="server" Text="Find" Width="74px" />
</div>
</form>
</body>
<form id="form1" runat="server">
<div style=" width:960px; height:700px; background-color: #999999; margin:auto; color: #CC0000; padding-top:50px; padding-left:100px;">
<asp:Label ID="Label1" runat="server" Text="Id"></asp:Label>
<asp:TextBox ID="IdTextBox"
runat="server" style="margin-left: 258px" Width="128px"></asp:TextBox><br/><br/>
<asp:Label ID="Label2" runat="server" Text="Name"></asp:Label>
<asp:TextBox ID="NameTextBox"
runat="server" style="margin-left: 234px" Width="131px"></asp:TextBox><br/><br/>
<asp:Label ID="Label3" runat="server" Text="Fname"></asp:Label>
<asp:TextBox ID="FnameTextBox"
runat="server" style="margin-left: 232px" Width="128px"></asp:TextBox><br/><br/>
<asp:Label ID="Label4" runat="server" Text="DOB"></asp:Label>
<asp:TextBox ID="DobTextBox"
runat="server" style="margin-left: 242px" Width="128px"></asp:TextBox><br/><br/>
<asp:Label ID="Label9" runat="server" Text="Address"></asp:Label>
<asp:TextBox ID="AddressTextBox"
runat="server" style="margin-left: 227px" Width="128px"></asp:TextBox><br/><br/>
<asp:Label ID="Label5" runat="server" Text="Sex "></asp:Label> <asp:CheckBox ID="MaleCheckBox" Text="Male" runat="server" />
<asp:CheckBox ID="FemaleCheckBox" Text="Female" runat="server" /><br/><br/>
<asp:Label ID="Label6" runat="server" Text="City"></asp:Label> <asp:DropDownList ID="DropDownList1"
runat="server">
<asp:ListItem>Pilani</asp:ListItem>
<asp:ListItem>Chirawa</asp:ListItem>
<asp:ListItem>Jhunjhunu</asp:ListItem>
</asp:DropDownList><br/><br/>
<asp:Label ID="Label7" runat="server" Text="Course"></asp:Label> <asp:DropDownList
ID="DropDownList2" runat="server">
<asp:ListItem>Java</asp:ListItem>
<asp:ListItem>C++</asp:ListItem>
<asp:ListItem>ASP.Net</asp:ListItem>
<asp:ListItem>C</asp:ListItem>
</asp:DropDownList><br/><br/>
<asp:Label ID="Label8" runat="server" Text="Country"></asp:Label>
<asp:CheckBoxList ID="CheckBoxList1" runat="server">
<asp:ListItem>India</asp:ListItem>
<asp:ListItem>America</asp:ListItem>
<asp:ListItem>Pakistan</asp:ListItem>
</asp:CheckBoxList><br/><br/>
<asp:Button ID="Button1" runat="server" Text="Submit"
style="margin-left: 191px" Width="71px" />
<asp:Button ID="Button2" runat="server" Text="Find" Width="74px" />
</div>
</form>
</body>
No comments:
Post a Comment