Link to home
Start Free TrialLog in
Avatar of obb-taurus
obb-taurusFlag for Canada

asked on

How do I invoke a method in a user control from my main page?

Hi,

I'm trying to invoke a method that is located in a user control on my web page.  I was thinking a delegate may be the way to do this as I would also like to pass a string value through to the method in the user control.  Am I on the right track trying to use a delegate or do I have to approach this in a different manner?

Thanks
Avatar of kaufmed
kaufmed
Flag of United States of America image

Did you declare the UserControl instance statically or dynamically?
ASKER CERTIFIED SOLUTION
Avatar of xav056
xav056

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial