Advertisement
Guest User

Untitled

a guest
Mar 8th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <br /><br />
  2. <h2><asp:Label ID="Label2" runat="server" Text="Add New User"></asp:Label></h2>
  3. <br />
  4. <asp:Label ID="Label3" runat="server" Text="Username: "></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:TextBox ID="TextBox1"
  5. runat="server"></asp:TextBox><br />
  6. <asp:Label ID="Label4" runat="server" Text="Password: "></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:TextBox ID="TextBox2"
  7. runat="server"></asp:TextBox><br />
  8. <asp:Label ID="Label5" runat="server" Text="Real Name: "></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:TextBox ID="TextBox3"
  9. runat="server"></asp:TextBox><br />
  10. <asp:Label ID="Label6" runat="server" Text="Birth Date: "></asp:Label>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <asp:TextBox ID="TextBox4"
  11. runat="server"></asp:TextBox><br />
  12. <asp:Label ID="Label7" runat="server" Text="Home Address: "></asp:Label>&nbsp;<asp:TextBox ID="TextBox5"
  13. runat="server"></asp:TextBox><br />
  14. <asp:Label ID="Label8" runat="server" Text="Latitude: "></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:TextBox ID="TextBox6"
  15. runat="server"></asp:TextBox><br />
  16. <asp:Label ID="Label9" runat="server" Text="Longitude: "></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; <asp:TextBox ID="TextBox7"
  17. runat="server"></asp:TextBox><br />
  18. <asp:Label ID="Label10" runat="server" Text="Type: "></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:TextBox ID="TextBox8"
  19. runat="server"></asp:TextBox><br />
  20. <asp:Button ID="Button2" runat="server" Text="Add" onclick="Button2_Click" /><asp:Label ID="Label11" runat="server" Text=""></asp:Label>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement