HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Caching microsoft.public.dotnet.framework.aspnet.caching


Discuss in the ASP.net Caching forum.



Post New Thread
Threads in Forum : ASP.net Caching Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hi everyone, what is the syntax for NULL if u guys know of any.. Cache.Add("ProductsTable", s, null, DateTime.Now.AddSeconds(60), TimeSpan.Zero,...
xianxian chan
05-09-2005 03:58 PM
Scott M. Go to last post
3 46
Hi All, My web Application is in about to launch, but to take precautions M asking following questions: 1. My web application is gonna be deployed...
SMG
05-08-2005 04:45 PM
John Timney \(ASP.NET MVP\) Go to last post
1 37
Hi All, I have written a function which gives me dataset either from database or from cache. 1. First time when the page is hitted there is no...
SMG
05-07-2005 06:21 AM
SMG Go to last post
4 30
Hello, I have two similiar pages - the only difference is that the first one uses caching and the other one access the database all the time. Now I...
VK
05-05-2005 05:39 PM
VK Go to last post
0 29
Sometimes all data in Application state disappears during debugging. Is there expiration time for the Application state? What may be another...
Vik
05-05-2005 04:27 PM
Vik Go to last post
2 40
Does any one know Why and When the .Net Runtime Throws the "Cache Not Available" Exception Message. The Code Snppet That Causes the Problem is...
Mathew Uthup
05-04-2005 09:01 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 20
Hi, I am hoping to get some advise from developers that have used either one of this methods. I need a database dependency and it would be valuable...
dc (AT) upsize (DOT) de
05-04-2005 07:04 PM
dc (AT) upsize (DOT) de Go to last post
0 32
WebMethod cache only supports Duration, this does not seem to work when web service has parameters because I still notice a slight delay as if...
Peter Yao
05-04-2005 04:09 PM
Peter Yao Go to last post
0 30
I have an application that used a template and parameters to display information. the page is being cached on varybyparam and it works ok. But when I...
Harley
05-04-2005 12:16 PM
Harley Go to last post
0 31
In VS2003, when debugging (with breakpoints set) a ASP.net web project (locally), if an error/exception occurs the browser navigates to the...
So
05-04-2005 06:19 AM
Mircea Pleteriu Go to last post
1 31
Hello Guys, I have an application, where 99% of the webforms requires the user to enter some values in some textboxes to get some data from the...
VK
05-03-2005 03:34 AM
guillaume StEtienne FR Go to last post
2 24
obvioulsy, caching technique had been tremendously simplified & imporved in ..Net 2.0 but the assembly System.Web.Caching seems to be allowed only...
guillaume StEtienne FR
05-02-2005 03:29 AM
guillaume StEtienne FR Go to last post
2 26
I'm running into a problem with objects not destroying when the browser closes and is reopened. I have a custom collection that is declared public...
Richard
04-29-2005 06:02 PM
Scott M. Go to last post
3 28
Hi, I apologize to post in this forum. I hope this is not wrong. I was actually thinking to put in the performance group, but somehow some of the...
VK
04-28-2005 06:04 AM
mortb Go to last post
1 30
If i have a valid Dataset or Datatable with rows and i put it into the cache by way of insert, why would the DS or DT have no rows when i retrieve it...
AT
04-26-2005 06:17 PM
AT Go to last post
3 25
Hi! I use System.Web.Caching.Cache object in ASP.NET application to cache a lot of large (~100K) and small (~2-5K) objects. I use Windows Server...
Alexander Inochkin
04-26-2005 11:07 AM
Ben Strackany Go to last post
6 32
Hi, I'm having a serious problem with an ASP.NET web application that relies heavily on several cache objects. One of the cache objects is a...
Keith F.
04-26-2005 09:28 AM
Ben Strackany Go to last post
6 38
Is the web services under a different virtual directory? That might do it. Or, if you're running Windows 2003/IIS6, check the Application Pool...
Ben Strackany
04-26-2005 09:18 AM
Ben Strackany Go to last post
0 32
is there a solution that will help create avery std (e.g., 5160) labels in asp.net the result can be html/word doc or PDF. the only requirement is...
rasta
04-26-2005 09:10 AM
Ben Strackany Go to last post
1 24
I have a page that I want to open with window.open() but it doesn't ever run page_load or even re-read the page (it seems to cache the original...
klynn
04-25-2005 09:04 PM
klynn Go to last post
2 24
If an ASP.NET application creates a dataset, is this dataset stored in server or client ? On the other hand, if it creates a 'Cache' object ,...
Chakra
04-22-2005 08:30 AM
Chakra Go to last post
3 28
I keep getting this error. MS says there is a hotfix, but is there a way around this. Mark
SouthSpawn
04-21-2005 08:51 AM
Brock Allen Go to last post
3 28
I'm thinking of using the CacheItemRemovedCallback, but I've never used it before. I'm wondering where the delegate function should be located....
testtester
04-20-2005 02:03 PM
testtester Go to last post
2 34
Using a cache example such as the following with a cache dependency. Is this data cached per user or per worker process? Also where is this cached...
AT
04-19-2005 05:56 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 22
Have two web servers, cacheX will reside on each server seperately, expiration gets set when each gets created. Power users (only 2-3 people) for the...
Jeff
04-18-2005 07:13 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 24
how feasible is it to cache an entire page's content in a session variable? i am already doing it and it works fine, except i am afraid of...
it
04-18-2005 07:11 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
6 35
Dear all I'm having a probelm concerning the security of my application. the problem is when a user is loggoed in and then he looged out i...
Adam K
04-18-2005 10:33 AM
LOZANO-MORÁN, Gabriel Go to last post
1 35
I have my data in classes that internally use ADO datatables. These classes not only hold data but they also link to each other with object...
py
04-15-2005 06:53 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 34
ok, enough talk. post some code. -- Regards, Alvin Bruney - ASP.NET MVP The Microsoft Office Web Components Black Book with .NET Now available @...
Alvin Bruney [MVP - ASP.NET]
04-14-2005 07:21 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 34
Well, that's the general idea. You can insert an entry into the cache with various parameters that cause it to be purged form the cache. Here are...
Brock Allen
04-13-2005 09:40 AM
Brock Allen Go to last post
0 29
Hi, can a user disable caching on his computer ? and if yes how ? thanx *** Sent via Developersdex http://www.developersdex.com ***
Joe Abou Jaoude
04-12-2005 03:56 PM
Joerg Jooss Go to last post
1 26
I'm caching aspx pages and ascx controls as well as programmatically within aspx code for my asp.net web application. I'd like to have a special...
vbphil
04-10-2005 09:54 PM
AT Go to last post
5 27
This has to do with uploading files to a folder on the web server. In http://support.microsoft.com/kb/323246 it indicates that the permissions on...
Jay
04-09-2005 07:22 AM
Teemu Keiski Go to last post
2 28
Is there anyway to create a new session when using: Response.redirect ("Newpage.aspx") or window.open ("NewPage.aspx"). In other, words I want...
Jay
04-07-2005 04:04 PM
Scott M. Go to last post
2 33
Hi I meant to ask - Andrew what is the filetype of the 'path' attribute in your web.config that ties the request to the handler in the...
Andrew Robinson
04-06-2005 03:15 PM
Joerg Jooss Go to last post
8 43
Hi, wondering if would be possible to find out what files are cached in browser cache (temporary internet files) when using Webbrowser...
Flyfish
04-04-2005 07:44 AM
Flyfish Go to last post
0 31
Is there a way I can specify that data stored in Session("Login") has the highest priority and should be the last to be discarded when memory...
Jay
04-01-2005 01:24 PM
Jay Go to last post
2 29
Thanks for your time! I'm using asp.net caching for the first time. On page load, I load both an XSL doc and an XML doc that I use in...
Brian
03-31-2005 11:05 AM
Brian Go to last post
0 27
hi, i need to protect textbox in HTML inputfile control in .net.Because i dont want enter filename by typing just i need to browse and select the...
pc chada via .NET 247
03-30-2005 01:20 PM
gabe garza Go to last post
9 27
The development team is having a problem when they open an asp page edit the code and then try to save it they receive an error. "The process cannot...
Jeff Fisher
03-28-2005 07:43 PM
gabe garza Go to last post
5 24
Hi. I have a question regarding the UIPAB caching state option – if I set the state persist provider as a SQL server provider and set the...
ev
03-28-2005 04:23 PM
gabe garza Go to last post
2 35
Can this ASP.NET cache be used in non asp.net applications? So for example, if I have a console application or a .NET service, can I use ASP.NET...
RT
03-24-2005 06:31 PM
Ian Suttle Go to last post
2 30
I have several ASP.NET web pages, on which I place a user control with caching enabled. I would like to share the cached version of this...
curtis_mcmillin
03-24-2005 02:46 PM
AT Go to last post
2 29
I have a web form that contains a web (.ascx) user-control. The user-control contains an ImageButton control with a handler set-up for it. The...
AT
03-20-2005 12:35 PM
AT Go to last post
4 24
All the documentation of asp.net seem to be saying that user controls are required on a given page for partial page caching to make a reality. Is...
Raghu
03-17-2005 10:18 AM
Brock Allen Go to last post
1 31
I am new to caching. I have two web forms that interact. WebForm A calls some long running SQL queries. I am able to set a short term cache, using...
Steve Kallal
03-15-2005 11:19 AM
Steve Kallal Go to last post
0 29
Can the cache object be used to cache XML to the file system instead of memory? I have large XML files that are common to all users that I want to...
Dave
03-14-2005 02:13 PM
Dave Go to last post
2 31
Hi, I have problem when flushing the generated HTML code to the client. It seems that "Page.Response.Flush()" method doesn't work at all. See my...
Mantas Miliukas
03-14-2005 04:05 AM
Mantas Miliukas Go to last post
0 31
Hi, We have a Datagrid and we are using third party tool treeview control. it's like we have to add treeview control in the datagrid...
Banda RamaNarsi Reddy
03-11-2005 03:05 PM
AT Go to last post
1 28
Hi All, I'm creating an windows application that interacts with ASP .NET web services. I would like to cache objects in the windows application...
Noel
03-10-2005 01:40 AM
Geir Aamodt Go to last post
4 31
Post New Thread

Display Options
Showing threads 401 to 450 of 914
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.