This is my situation: I have got a web form, myForm1.aspx, which contains a whole bunch of stuff including 2 user controls, let's call them uc1.ascx and uc2.ascx.
In uc2.ascx I am performing some action which need to reflected in uc1.ascx by passing thru a parameter which is going to be used to refresh its contents.
Any idea ?