Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Persistence in WebParts
Message
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Versions des environnements
Environment:
C# 2.0
Database:
MS SQL Server
Divers
Thread ID:
01146511
Message ID:
01147007
Vues:
18
Chad,

From your description, it sounds like the browser may be attempting to refresh page elements from the server when they are changed using DHTML on the client in response to a user action. IE is notorious for this. If you don't experience the same behavior on the same page in another browser, such as FireFox, this may be the issue. If so, you can try to get the browser to cache the HTML by including an 'Expires' meta tag in the page header, for example:

<META HTTP-EQUIV="EXPIRES" CONTENT="Mon, 22 August 2006 11:12:01 GMT">

This may or may not work, in which case Rick Strahl's solution seems the most practical.

Best wishes,
Sam Thornton
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform