click event not firing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • guy

    #1

    click event not firing

    ASP.NET 2

    i have 3 virtually identical pages, each of which has a button.
    on one page only the click event for the button no longer fires.
    i have added another button, and also an image button, but their click
    events do not fire either. the properties of the working and non-working
    buttons are identical

    <asp:Button ID="btnSave" runat="server" Text="Save" CssClass="fmbut ton" />

    any ideas?
  • guy

    #2
    RE: click event not firing

    it was a required field validator that was hidden away - grrrrr

    "guy" wrote:
    [color=blue]
    > ASP.NET 2
    >
    > i have 3 virtually identical pages, each of which has a button.
    > on one page only the click event for the button no longer fires.
    > i have added another button, and also an image button, but their click
    > events do not fire either. the properties of the working and non-working
    > buttons are identical
    >
    > <asp:Button ID="btnSave" runat="server" Text="Save" CssClass="fmbut ton" />
    >
    > any ideas?[/color]

    Comment

    Working...