Why Events in Express Edition Running Twice?!

G

glenn.nicol

I have extensive experience in ASP.NET Visual Studio world. I am
working on the Visual Web Developer 2005 Express Edition for a
personal project and have found that controls are being called twice
consistently. Why is this? It is not a postback issue. What do I
need to do to make it stop?

Thanks
 
S

Sergio E.

change the autoeventwireup=false to avoid this problem in the aspx file
because if is set to true and your objects have the OnEvent="method" or sub
method() handles objetc.event, then it will be called twice.
 
G

glenn.nicol

change the autoeventwireup=false to avoid this problem in the aspx file
because if is set to true and your objects have the OnEvent="method" or sub
method() handles objetc.event, then it will be calledtwice.

Thanks Sergio! I appreciate the help!!!
 

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

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,089
Latest member
Ketologenic

Latest Threads

Top