raising custom events to allow web user controls to intercommunicate
Posted
by HeoQue
on Stack Overflow
See other posts from Stack Overflow
or by HeoQue
Published on 2010-04-02T20:45:05Z
Indexed on
2010/04/02
21:23 UTC
Read the original article
Hit count: 389
Hey , I have 2 web user controls, both inherit the same base class which extends UserControl. I want to raise an event on one and the other should be aware of it. both are on the same page however the 2nd control never handles the custom event i raised on the 1st one ! any ideas ? please just point to an implementation of possible (BTW, i'm googling it since morning but no luck !)
© Stack Overflow or respective owner