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?
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?