cenkgercek Posted February 1, 2005 Posted February 1, 2005 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 Quote
tate Posted February 1, 2005 Posted February 1, 2005 How about using the dropdown list selected item change event to save the item's value property to a value in session state? I believe this will work for any user control as long as it looks for the value. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.