Tag: Development

Community

ASP.NET 4.0 Web Control ClientID

(Pravinkumar Dabade) In ASP.NET, each web control is identified uniquely using the ‘ID’ property of the control. We can access the server controls in the code behind using this ‘ID’ property. However, when the web form with server side controls renders in the form of HTML, the server side ID gets co