Answer:
In general, the server controls are the part of ASP.net application. When we are using server control, then it creates an extra overhead on the server to create the control and set the values at run time. The ASP.net applications well supported to HTML controls which are static in nature and easy to use.
Apart from that if a corresponding HTML control available instead of server control, then it is advisable to go for HTML control as it enhances the server performance and gives faster response. The web server controls can be used when the requirement is not achieved by the HTML server control or the available HTML controls are not sufficient to achieve the task.
Asked In: Many Interviews |
Alert Moderator