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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|