Search results for query: *

  1. N

    Web control button event not firing

    When I place a stop at btnDropdown_Click, the debugger doesn’t stop there. So I am assuming the event is not firing when I click the button. How do I get it to fire? Here is the code for the control. Imports System.ComponentModel Imports System.Web.UI Imports System.Web.UI.WebControls...
Back
Top