Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Caching / November 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ViewState vs Cache Which is best in my situation26 Nov 2003 03:29 GMT1
Hi!,
 First I will explain what i am doing.
Basically i have two pages.
1) List all the records he has to do work, and he can sort by anyfield.
Caching dataset issue and question26 Nov 2003 03:20 GMT1
I need to cache a dataset.  When stepping through the
locals show that it works, however, when i get to point
where I need to bind the data i receive an "IListSource"
error.  Any help?  Also, is this dataset being cached in
Urgently Session.SessionID at Global.asax.vb22 Nov 2003 17:00 GMT1
I'm new to Session.SessionID in Global.asax.vb I wanted to
use the sessionID in "Application_AuthenticateRequest" to
check for sessionID for each IE, for testing purposes I
just put Response.Write(Session.SessionID), but it shows
Warning: Page has Expired21 Nov 2003 16:17 GMT4
what i want to do is the folowing:
I don't want the pages to be cached, this way when a user presses the IE
back button, the page is fetched from the server and not from the cache
and this allows me to check the session, and display pages accordingly.(
HttpContext in LDASM21 Nov 2003 08:20 GMT3
Could you help me to understand next fact...
I open in LDASM System.Web.dll and read:
.method /*060002D7*/ public hidebysig specialname static
       class System.Web.HttpContext/* 02000051 */
Creating Cache object trouble19 Nov 2003 09:32 GMT7
Please help me to create my own Cache() object...
When I create like this
     System.Web.Caching _ca = new System.Web.Caching.Cache();
I get not null _ca object but cannot use this object. NullReferenceException
How to delete cached DB connections18 Nov 2003 19:25 GMT1
We have a .NET page that accesses a Microsoft Access file.
With vb.net, we create a "pass-through" query using the
querydef object. The problem today was that the Oracle
database was restarted last night. Now, our .NET page,
.ascx caching / cannot make changes to one page18 Nov 2003 17:02 GMT1
Ok, I'm out of ideas and I have been working with 2 other people on
this. I ma basically in charge of updating the front end of this
application.
I am working purely on the front end of an application. There is one
can i disable caching app wide?18 Nov 2003 16:43 GMT1
i have dozens of web forms and user controls that use the page directive
caching. i recently made design changes to most of the files. however the
changes did not appear because these components were all cached. is there a
simple on/off switch for all cached pages and controls for ...
asp.net code18 Nov 2003 04:45 GMT1
is asp.net code ever sent to the browser
ASP.NET controls in Office 2003 style?17 Nov 2003 18:45 GMT3
Hi!!
I'm looking for some ASP.NET controls in Office 2003 web access style.
Mainly an Outlook 2003 web access calendar control.
Is something like this anywhere available?
VaryByControl and Cache Dependency14 Nov 2003 08:08 GMT3
I am trying to set up fragment caching by using the VaryByControl attribute
in a page directive in an ascx file.  At the same time I also need to set
the output response of the user control to be dependent on a file so that I
can invalidate the cache when the content of the file has ...
OutputCache does not seem to work13 Nov 2003 16:39 GMT6
I can't seem to get the OutputCache directive to work.  Is there some switch
in the webconfig, or somewhere that I am unaware of, to turn this on?  Every
refresh seems to just recompile the page, and give me the current time,
instead of waiting two minutes before fetching a fresh ...
What happens here?11 Nov 2003 17:46 GMT3
Take a common example of using the cache:
DataSet MyData = Cache["MyData"];
if(MyData == null){
 MyData = new MyDataSet();
How does the Cache object work internally?11 Nov 2003 14:15 GMT12
I have a set of global data which I want to cache, but I'm concerned about
how the Cache object stores its items. I do not want this global data to be
a performance bottle-neck, so I would like to know how it is actually being
stored.
Pages: 1 2 October, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.