I have two user controls. The first is a form with a few
buttons and fields. It is embedded in the Item template
of a repeater that is on the second user control.

I would like to send information from the second control
to the first control during the repeater's ItemDataBound
method. RaiseBubbleEvent doesn't seems to work.

In addition, I created a custom event and delegate. I
added the RaiseEvent to the ItemDataBound event, but I
can't seem to figure out where to add the AddHandler line--
intellisense doesn't see the second UC from within the
first UC.

Can anyone give me a clue about this?

Thanks,

Craig Buchanan