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
How to create new eventhandler for a button in webExplorerBar
posted

Dear all,

searched a lot on this forum, but still can't find the answer on my question.
I've placed a button in the webExplorerBar, but i don't know how to create an eventhandler on this button.

I've tried this :

Button btnFind = (Button)WebExplorerBar1.Groups[3].Items[0].FindControl("btnFind");

btnFind.Click += new EventHandler(btnFind_Click);

protected void btnFind_Click(object sender, EventArgs e)
{
 Debug.WriteLine("Event btnFind_Click");
}

However, how many times i keep on clicking this button, i haven't seen this debug message once in the trace.

Can someone help me?

Parents
  • 37874
    posted

    Hello chunhooliu,

     

    I have created a support case for you with an ID of CAS-85041-2C4RCT. The matter has been determined to be a development issue and has been logged in our tracking system with ID: 102923.

     

    I will leave this case open and update you with any new information. You can view the status of the development issue connected to this case by going to the “My IG” tab on our website, hovering on the "My Support Activity" dropdown and selecting the "Development Issues" tab.

     

    Please let me know if you have any questions.

Reply Children
No Data