Please help DEPERATE page randomly stops loading

  • Thread starter Thread starter SamIAm
  • Start date Start date
S

SamIAm

Hi

I am getting pretty frustrated here.
I have a simple page architecture that consists of a header web user
control, the main page content and a footer web user control

Every so often that page loads the header content and just stops. If I click
view source, I see that all the content has been pushed to the client. It
just doesn't render!!

This happens at random points often when doing postbacks. I am not using
smartnavigation.

Has anyone else seen anything similar?

Thanks,

S
 
Bad HTML is the problem.
You did not close the tag or the quotes.
Sometimes IE can recover sometimes not.

George.
 
Thanks, that is true and did seem to help. A larger part of the fault lay
with a terrible dropdown menu system that dreamweaver created!

Thanks
 
Back
Top