View Single Post
  #22 (permalink)  
Old 04-23-2008, 05:40 AM
poornima poornima is offline
D-Web Sr.Programmer
 
Join Date: Dec 2007
Posts: 189
poornima is on a distinguished road
Smile Re: Asp Interview Questions

List the type of Server Controls in ASP.Net?

There are three kinds of server controls:

* HTML Server Controls - Traditional HTML tags
* Web Server Controls - New ASP.NET tags
* Validation Server Controls - For input validation
Reply With Quote