Friday, March 8, 2013

ASP.Net Server Controls – An Overview



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.