asp.net - Page being loaded twice -


I am developing an ASP.NET 4.0 application with pattern and behavior MVP pattern. When I was debugging today, I saw that my page load was removed twice. When I turned on Fiddler (an HTTP traffic monitoring tool), I found out that my page was actually being downloaded twice. I am thinking that anyone can know that what is happening due to this?

Make sure that you do not have any image tag with "#" for the source < Img src = "#" / & gt;


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -