Author: artiedtke | Posted on: 7/10/2008 4:07:52 AM | Views : 810

 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 ...