why can't i access a function of a web control? – Asp.net
i have the next question: I've got an .aspx which contains a lot of web controls, this is the one i care: //line 5 <%@ Register src="Controls/UCAttachments.ascx" tagname="UCAttachments" tagprefix="uc1" %> //line 430 <uc1:UCAttachments ID="UCAttachments" runat="server" Visible="false" /> On the selected…