Interacting Web Controls

H

Hugh McLaughlin

Hello Everyone and thanks for your help in advance. I am
working on an application that consists of sever web
controls. The header control has a dropdown list for the
user to select. I want to be able to change the value
displayed in the centerpanel control based on the
selected value of the dropdownlist in the header
control. I know it can be done, but haven't been able to
find a good Visual Basic example. Any help would be
greatly appreciated. Thanks.
 
L

Luke Zhang [MSFT]

You can consider adding a event in your Header control. WHen the dropdown
list is changed, raise this event and your main ASPX page will get this
event and you can change other control's properties here.


Luke

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top