click event not firing

G

Guest

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="fmbutton" />

any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top