Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > asp.net caching > august 2003

Dataset Caching
Posted by Jean-Yves Ceunen at 8/28/2003 2:22:02 PM
Hi, I have a problem when I put my dataset in the ASP.Net cache. When I get my dataset back from cache, all tables are present but are empty !!!! Please help, JY Here is the code: HttpContext oContext = HttpContext.Current; DataSet oDataSet = new DataSet(); if (useASPNetCa...more >>


Caching a CustomControl
Posted by Flare at 8/27/2003 2:33:46 AM
Hi. I have made a custom control programaticly and compiled it into a DLL. Is there anyway to cache this control on a aspx page? I know how to do it on a UserControl site with the <%@ outputcache ... %> decalration. Thx in regards Anders ...more >>

Expire Page
Posted by Music Lover at 8/22/2003 12:18:00 PM
Sorry if this has been asked for many times how can I prevent the user from pressing the back button in browser to go to the previous page? ...more >>

monitoring cache size
Posted by Michael Hodnick at 8/22/2003 9:07:11 AM
Is there a tool either in the Windows OS or with the .Net SDK that allows you to view the amount of the ASP.Net cache that is being used (e.g. how much has been added to the cache)? I'd like to get a feel for how much of the cache my different ASP.Net applications are using. Right now I'm using...more >>

USING XML TO FILL LINKED DROPDOWN LIST
Posted by Jim Mitchell at 8/20/2003 7:56:36 AM
My Goal is to have a dropdown (DL2) filled from the selectIndexChange event of a primary dropdown (DL1). These are picklists that will be selected frequently. Can someone recommend a strategy that will not require the screen to refresh every time. 1) If I use HTML dropdown lists, how do I ...more >>

Showing all logged on users.
Posted by Vince Varallo at 8/19/2003 5:51:27 PM
Hello All, I would like to display all logged on users on a web page. I store each user's name in a session varible, but I don't seem to be able to loop through a sessions collection to view all sessions. Has anyone else figured this out? Thanks in advance, Vince...more >>

What do you think of session state? - looking for opinions/rants from architects
Posted by Rachel at 8/6/2003 6:17:06 PM
Our team is trying to get a feel for what techniques other developers are favoring these days, so here goes: Assume that a web application is going to use session variables to store certain pieces of info. Assume that the development team is trying to solve the problem of passing data be...more >>

Accessing ASP.NET cache from Application_Start?
Posted by Zoe Hart at 8/5/2003 2:58:44 PM
Is it possible to access the ASP.NET cache from within the Application_Start event handler? If so, what is correct syntax? If I try to access HttpContext.Current.Cache I get an "Object reference not set to an instance of an object" error. Is there another syntax to reference the Cache through th...more >>




DevelopmentNow Blog