I'm trying to call a web user control function from the parent page. how can this be done? I've tried all kinds of ways but none have worked.
Example:
$('#<%=r1.FindControl("userControl1").ClientID %>').DoSomething();