Basic controls of Asp.Net:-
Button:-
<asp:Button id="button1" Text="Press" runat="server" OnClick="submit"/>
Creates a standard button on the page
Label:-
<asp:Label id="Label1" Text="Label" runat="server"/>
Creates a standard label on the page
Copyright @ 2013 Programming Languages.