More
Image
Explain the difference between Server control and HTML control
By JC.Adinarayana Reddy On 19 Jun 2016
Categories: Asp.net

 

Server events
Server control events are handled in the server whereas HTML control events are handled in the page.

State management
Server controls can maintain data across requests using view state whereas HTML controls have no such mechanism to store data between requests.

Browser detection
Server controls can detect browser automatically and adapt display of control accordingly whereas HTML controls can’t detect browser automatically.

Properties
Server controls contain properties whereas HTML controls have attributes only.


Comments
Message :
Comments
JC.Adinarayana Reddy
.net
.net