Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...