Events being fired multiple number of times...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

In my ASP.NET web application, all events are being fired more than once and
this is leading to problems and unnecessary code to detect it and work around
it. What is causing the events to be fired multiple number of times and is
there any way for me to fix it.

Thanks.
Tony John.
 
Make sure AutoEventWireUp is set to false in the @Page directive.

Karl
 

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

Back
Top