Exec function from user control..

  • Thread starter Thread starter Matthew Wells
  • Start date Start date
M

Matthew Wells

Hello,

I'm using ASP.net 2.0 with C#. I have a user control with 4 buttons on
it. I want to execute a function on the main form's code behind page from
the click event of the user control button. How do I do that?

Thanks.

Matthew Wells
(e-mail address removed)
 
the user control could expose an event, or expose the button as a property to
the main form

-- bruce (sqlwork.com)
 
Back
Top