Hi there!
I've two different user control (.ascx) in one .aspx page..
I want to send any parameter from one user control to another
i.e. when change the selection of a dropdownlist , system will send
selecteditem value to other user control as a parameter...
Thx