Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
How to access a UserControl property inside the iglbar:Group
posted

 

 

<

 

iglbar:Group Text ="Logout" UserControlUrl="Controls/LogoutControl.ascx" TextAlign="left"Expanded="True">
</iglbar:Group>

 

I have a usercontrol that inside the Iglbar how can I can access the usercontrol property from code behind

Thanks