How to access textbox, label inside update panel from code behind using asp.net web forms
问题 I have a few controls defined inside an update panel which are bound to repeater control. I need to hide and show the user name and country based on anonymous fields, but the problem is that I'm not able to access the controls defined inside update panel programmatically. How can I access these controls, I looked on the net also but couldn't find many references Below is the code from aspx page and .cs page <asp:UpdatePanel ID="updPnlComments" runat="server"> <ContentTemplate> <table border=