Wiki NewForum | Latest Entertainment News

Wiki NewForum | Latest Entertainment News (https://www.wikinewforum.com//index.php)
-   ASP.NET Forum & Tutorial (https://www.wikinewforum.com//forumdisplay.php?f=106)
-   -   ASP.NET server controls vs. HTML controls (https://www.wikinewforum.com//showthread.php?t=7593)

bholus7 05-30-2009 10:00 AM

ASP.NET server controls vs. HTML controls
 
ASP.NET server controls vs. HTML controls


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.


All times are GMT. The time now is 11:02 AM.

Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.