Value Not Updating? Check for Caching!

Posted by Ken Cox [MVP] on ASP.net Weblogs See other posts from ASP.net Weblogs or by Ken Cox [MVP]
Published on Mon, 07 Jun 2010 19:12:42 GMT Indexed on 2010/06/07 19:23 UTC
Read the original article Hit count: 296

Filed under:
|
|
|
Here’s today’s dumb mistake: A value that was supposedly updated by a routine on one page, wasn’t changing on another ASP.NET screen. I carefully traced the progress of the update and everything looked right – all the way to the database. After puzzling over why the value wouldn’t show correctly on the ASP.NET grid, it finally dawned on me: <%@ OutputCache Duration="30" VaryByParam="none" %> Ouch! To improve efficiency, I had told the page to cache the output for 30 seconds...(read more)

© ASP.net Weblogs or respective owner

Value Not Updating? Check for Caching!

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Mon, 07 Jun 2010 00:00:00 GMT Indexed on 2010/06/07 20:02 UTC
Read the original article Hit count: 296

Filed under:
Heres todays dumb mistake: A value that was supposedly updated by a routine on one page, wasnt changing on another ASP.NET screen. I carefully traced the progress of the update and everything looked right all the way to the database. After puzzling...(read more)...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Related posts about Community News

Related posts about .NET