Wednesday, March 08, 2006

setting Output Cache for updated data from DB (.NET)

Modal dialogs not under the master page cache browser contents. So even if the DB has updated values, the dialog still opens with the old data for the existing session.

Please include this tag on all aspx modal dialog popups <%@ OutputCache Location="None" VaryByParam="None" %>