M
Mike Hofer
I've noticed that some of my server-side event handlers are firing
twice.
I should point out that my web forms are derived from a custom base
class that derives from System.Web.UI.Page. The custom base class
doesn't override anything, and doesn't handle any of Page's events; it
just adds properties and methods.
None of the pages in the system have AutoEventwireup set to True.
Has anyone seen this problem? Any ideas on what to do about it?
twice.
I should point out that my web forms are derived from a custom base
class that derives from System.Web.UI.Page. The custom base class
doesn't override anything, and doesn't handle any of Page's events; it
just adds properties and methods.
None of the pages in the system have AutoEventwireup set to True.
Has anyone seen this problem? Any ideas on what to do about it?