Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
Node is saved as draft in My Content >> Draft
  • HTML Server Controls

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 36
    Comment on it

    The HTML server controls are client side controls used for server processing, such as header tags, anchor tags, and input elements are not processed by the server but are sent to the browser for display. Adding attribute runat="server" these are particularly converted to a server control.

     

    For example, consider the HTML input control:
    
    <input type="text" size="40">
    
    
    
    <input type="text" id="testtext" size="40" runat="server">
    

     

    Advantages of using HTML Server Controls

     

    Even though the job accomplished by the HTML server controls can also be performed by ASP.NET server controls.

     

    • Using static tables for layout purposes.
    • Converting a HTML page to run under ASP.NET
    .net

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: