T
Tom
hi guys I have a problem a event bubble that isn't working.
isn't working= I've opened up a handle in my user control but when I try to
use it ie.
ok I am trying to assign an event handler from Form1 to a user control's
event that I had previously made available.. but something's not right.
after the code is ran. The control does not see the BubbleClick event that
is assigned
bubblecontrol = new eventbubble();
this.bubblecontrol.BubbleClick += new EventHandler(form_bubleclick);
anyone know why ?
I've attached source code to
my user control
http://211.30.133.94:8000/WebApplication3/txt/eventbubble.txt
my form
http://211.30.133.94:8000/WebApplication3/txt/webform2.txt
thanks alot guys
Tom
isn't working= I've opened up a handle in my user control but when I try to
use it ie.
ok I am trying to assign an event handler from Form1 to a user control's
event that I had previously made available.. but something's not right.
after the code is ran. The control does not see the BubbleClick event that
is assigned
bubblecontrol = new eventbubble();
this.bubblecontrol.BubbleClick += new EventHandler(form_bubleclick);
anyone know why ?
I've attached source code to
my user control
http://211.30.133.94:8000/WebApplication3/txt/eventbubble.txt
my form
http://211.30.133.94:8000/WebApplication3/txt/webform2.txt
thanks alot guys
Tom