Please validate whether I correctly understand or not.
1. Design a RemoteInvokable method in the WebUserControl called Process_RegionControl
[Atalasoft.Imaging.WebControls.RemoteInvokable]
public void PR_Control(string selectedValue)
{
ProcessRegion_Herel(selectedValue);
}
2. Design parent page with
[Atalasoft.Imaging.WebControls.RemoteInvokable]
public void Process_Region(string selectedValue)
{
this.WebUserControl1.PR_Control(selectedValue);
}
3. design javascript on parent page to call Process_Region(string selectedValue)
function on parent page.
<script >
function call_PR(select){
aspx.Process_Region(select);
}
</script>
Please varify this and let me know whether this is ring or wrong.
Thanks,
Young
Founder of Medical and Web application companies
Focus on mulitimedia processing
FairFax, Virginia, USA