Originally posted by Danial
Yes i have tried, but i am not sure how to access a property or a public function i defined in an Usercontrol.

Any example anyone one?

Thanka
Any one?


This is what i have tried, i have created a user control called Menu
and placed a public function called Test();

Now i place this control in default.aspx and i assign this control the ID of say myMenu.

Now i should be able to accessit by myMenu.Test();

But it dont seem to work, what i am doing wrong?