Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > ASP.NET Forum & Tutorial


ASP.NET server controls vs. HTML controls


Reply
Views: 2344  
Thread Tools Rate Thread
  #1  
Old 05-30-2009, 10:00 AM
bholus7
Guest
 
Posts: n/a
Default 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.

Reply With Quote
Reply

New topics in ASP.NET Forum & Tutorial





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