I need to put two different controls on a WebForm. Control A raises an event "SearchDone". Control B should handle this event. The problem is, that control B doesn't see control A, so I can't add event handler for event SearchDone in control B. Is it possible to make control B aware that control A finished searching? How can I handle event SearchDone from control A in control B?
I would be really gratefull for any help.
I would be really gratefull for any help.