Hello,
I have a UserControl (ASCX) placed on a MasterPage.
I have a Page that uses that MasterPage.
In the Page I have a function called SaveToSession().
I need to be able to call that SaveToSession() function of the Page from a button on the UserControl.
or...
I need to handle the UserControls button.click event from the Page.
Layout is like this...
UserControl --> MasterPage --> Page
I'm using VB.NET.
Any pointers or code samples would be fantastic.
Cheers!
...
Go to the complete details ...