We Help You To Polish Your Knowledge In Programming and Provide Quality Posts To Solve Your Queries.

Showing posts with label asp.net(basic control). Show all posts
Showing posts with label asp.net(basic control). Show all posts

Sunday, 7 April 2013

  • Basic Controls of Asp.Net

    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.