What is The Difference Between asp.net sever controls and html servser controls

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • imranhassan27
    New Member
    • Apr 2008
    • 2

    What is The Difference Between asp.net sever controls and html servser controls

    What is The Difference Between asp.net sever controls and html servser controls
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Well ASP.NET server controls are .NET classes that have been developed in such a way that you can use them in ASP.NET pages. They typically have a bunch of server side code that does whatever it is you need it to do and they also have a client-side aspect to them too. In other words, these controls have properties and methods that you can set and call in your server side code and when the request is sent to the browser these controls are rendered into some sort of HTML representation so that the user can see them in their browser.

    I have no idea what a HTML server control is. HTML is HTML....it doesn't exist server side.

    -Frinny

    Comment

    Working...