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 |