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
190
User Conrol Inside WebExplorerbar
posted

I have created on page and added WebExplorerBar and within ExplorerBar I have created the User Conrol. Is there any i can access the usercontrol controls in this page?

Parents
  • 49378
    posted

    Hi KarthikaSubbiah,

    Thank you for posting in the community.

    I assume that you are templating your user control in WebExplorerBar's group or item. This should be achievable using something like:

    this.WebExplorerBar1.Groups[0].FindControl("Button1")

    or, respectively:

    this.WebExplorerBar1.Groups[0].Items[0].FindControl("Button1")

    Please let me know if this helps.

Reply Children
No Data