
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