What is Server Controls?
In ASP.Net there 2 types of Controls available. One is
Client Control and another one is Server side controls. Client Controls are
basic HTML controls like button, text boxes, check box etc. which can be easily
constructed by HTML elements.