<body>
<form id="form1" runat="server">
<div style=" width:400px; height:200px; margin:auto; background-color: #C0C0C0; padding-top:20px; padding-left:50px;">
<asp:Label ID="Label1" runat="server" Text="Name"></asp:Label> <asp:TextBox ID="NameTextBox" runat="server"></asp:TextBox><br/><br/>
<asp:Label ID="Label2" runat="server" Text="Email Id"></asp:Label> <asp:TextBox ID="EmailTextBox" runat="server"></asp:TextBox><br/><br/>
<asp:Label ID="Label3" runat="server" Text="Message"></asp:Label>
<asp:TextBox ID="MessageTextBox" runat="server"></asp:TextBox><br/><br/>
<asp:Button ID="SendButton" runat="server" Text="Send" Height="33px"
Width="68px" onclick="SendButton_Click" />
</div>
</form>
</body>
<form id="form1" runat="server">
<div style=" width:400px; height:200px; margin:auto; background-color: #C0C0C0; padding-top:20px; padding-left:50px;">
<asp:Label ID="Label1" runat="server" Text="Name"></asp:Label> <asp:TextBox ID="NameTextBox" runat="server"></asp:TextBox><br/><br/>
<asp:Label ID="Label2" runat="server" Text="Email Id"></asp:Label> <asp:TextBox ID="EmailTextBox" runat="server"></asp:TextBox><br/><br/>
<asp:Label ID="Label3" runat="server" Text="Message"></asp:Label>
<asp:TextBox ID="MessageTextBox" runat="server"></asp:TextBox><br/><br/>
<asp:Button ID="SendButton" runat="server" Text="Send" Height="33px"
Width="68px" onclick="SendButton_Click" />
</div>
</form>
</body>
No comments:
Post a Comment