We have a webpart that has 2 user controls.
We want the second user control to be able to read a value from the first user control.
One solution we have considered is an event in the first control, that updates a value in second user control. But not sure where to place / hook up the events so that this works.
Anyone have any idea how this can be done.