Tagged Questions

0
votes
3answers
69 views

How to call a method of an user control from a page in asp.net 2.0 ?

Hi all, I have a usercontrol used in a masterpage. I have added a page with the masterpage. Now I need to call a method of the user control from the page. How to do this? Please help.