Hi-
I've got a user control that basically is a whole web form, and it contains a lot of subroutines. So I'm adding this to an aspx page. I have a few questions about this...
1. I have panels on the aspx page (because I'm using more than one usercontrol, and show them based on certain things), how, in the usercontrol, do I access the panels on the web form using that control to change them? Can this be done?
2. I can keep all the eventHandler for my textboxes, etc on the control, in the controls code, and not have to do anything special right?
THanks.
I've got a user control that basically is a whole web form, and it contains a lot of subroutines. So I'm adding this to an aspx page. I have a few questions about this...
1. I have panels on the aspx page (because I'm using more than one usercontrol, and show them based on certain things), how, in the usercontrol, do I access the panels on the web form using that control to change them? Can this be done?
2. I can keep all the eventHandler for my textboxes, etc on the control, in the controls code, and not have to do anything special right?
THanks.