Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Programming with ASP.NET Controls

Share this post!
 Vote this!

ASP.NET ships with approximately 50 built-in controls that are organized into logical families. We can divide them into two major categories:
  • HTML Controls
  • Web Controls
HTML controls are as the name suggests are traditional HTML controls. Their properties 1:1 match with their HTML counter parts. On the other hand, Web controls are richer in functionality and provides a consistent object model. Which means they can be accessed in ASP.NET code as well as in the code behind file.  more...

0 comments:

Post a Comment