Hello, I have a aspx page that has 5 buttons and 3 ascx pages (web user control page) on it. Each ascx page has different aspx controls like textbox and button. Now I need to add a asp:CustomValidator to one of the ascx page. Here is the sample code:
1.ascx
<asp:panel id="divAmountPaid" runat Go to the complete details ...