Event Handling Between Dynamically Loaded User Controls using vb.net 
Author Message
 Event Handling Between Dynamically Loaded User Controls using vb.net

Hi,
I want to create 4 buttons (Save,Delete,View) in an User control. And then I
would like to call this User control in my forms. I just want to know how to
track the event of button in ASP.net Forms, when I say save( Saving
Record),Delta ( deleting record ) so on....
.
Any site with Related topic with an example would be much more easier.....
Thanks


Sat, 28 May 2005 07:02:41 GMT  
 Event Handling Between Dynamically Loaded User Controls using vb.net
There will have to be some "Global" variables in a module that both the
control and the form agree upon will act as a sratch pad.

Simply add a module, create some public variables.

HTH


Quote:
> Hi,
> I want to create 4 buttons (Save,Delete,View) in an User control. And then
I
> would like to call this User control in my forms. I just want to know how
to
> track the event of button in ASP.net Forms, when I say save( Saving
> Record),Delta ( deleting record ) so on....
> .
> Any site with Related topic with an example would be much more easier.....
> Thanks



Sat, 28 May 2005 02:23:53 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Dynamically loaded array of controls inside user control: out of memory error

2. deleting dynamically created controls in runtime using vb.net

3. How to handle an event fired from a control that was added dynamically

4. How to handle an event on an control built dynamically

5. How to handle events of dynamically created ActiveX control (VB6)

6. Load images dynamically in CR .NET using C#

7. How to dynamically load and unload user controls?

8. how to dynamically load User controls?

9. Dynamically Loading User ActiveX Controls

10. Dynamically loading VB5.0 User Controls

11. Dynamically Loaded/Unloaded Controls using SSTab and Frames

12. Handling User Defined Events from ActiveX Controls

 

 
Powered by phpBB® Forum Software