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 / May 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Problem with CacheDependency - Fires twice29 May 2005 04:26 GMT1
I am trying to load 2 large xml files into 2 datasets and store them in
Cache. The CacheDependency is linked to 3rd file which is produced after the
xml files are written.
What happens is that the callback routine is called twice for each
Object instance Across pages26 May 2005 02:19 GMT1
I have a web applicatin with 2 web forms.Form 1 contains 2 textboxes -
txtName, txtAge and Submit button. Form 2 Contains 2 textboxes - txtsubject,
txtSection and submit button. I have a class Student as follows
Public Class Student
How to disable caching pictures?20 May 2005 13:52 GMT2
I am developing an ASP.NET application (v1.1.4322) and I need to find a
solution for the following:
1. One of the pages in the application displays information about items,
which is read from a FireBird Database and displayed in DataGrid control.
Caching is weired17 May 2005 22:21 GMT3
I am using caching on my page. The dataset is retrieved from the cache or
database as per the availability.
While showing the ds on the page I am removing one row. What is happening
is, it is removing each row with every refresh of the page.
Problem When we change DataSet after caching17 May 2005 22:20 GMT3
I am using caching on my page. The dataset is retrieved from the cache or
database as per the availability.
Once I get DataSet in my page from my BusinessComponent(A Different Project
which returns fresh / cached dataset),
can application variable do this or is there something else to use?17 May 2005 22:18 GMT1
right now i have some sql server tables that i search for a value w/ a key
each time a .aspx is hit. is there any way i can just have the first hit to
the .aspx select all the entries from the key/value table in to some kind of
hash table so that subsequent hits to the .aspx get the ...
Checking Cache Objects14 May 2005 20:37 GMT2
I recently had a System Out of Memory exception On a windows 200 server
where my .Net App Resides. I checked thru my code and can't seem to find
anything like an infinite loop or objects that are not set to nothing when
they are done being used. Is there some way to examine how ...
OutputCaching vs HTML files12 May 2005 17:50 GMT1
To improve the performance of my site, which would be best:
1) Output caching my pages
2) dumping pages to html and overwriting the html files whenever there are
changes.
Duplicate session ID in multiple IE windows11 May 2005 16:17 GMT1
I'm having a problem with multiple IE windows having the same Session ID.
I turned on tracing in my web.config file so I could see the session
information at the bottom of each page.
I open Internet Explorer and navigate to my ASP.net application.
Cache Key11 May 2005 01:31 GMT1
I have an HttpHandler that returns dynamic images based on data and images
in SQL. An expensive task. I would like to save the image in the Cache
object. Seems like a good idea!
The page take 4 or 5 different query string variables as input. What is the
Syntax for "NULL" in asp.net09 May 2005 21:59 GMT3
what is the syntax for NULL if u guys know of any..
Cache.Add("ProductsTable", s, null, DateTime.Now.AddSeconds(60),
TimeSpan.Zero, CacheItemPriority.High, null)
i tried writing the code as u can see above, but when i put my mouse
Two Webservers and Caching08 May 2005 22:46 GMT1
   My web Application is in about to launch, but to take precautions M
asking following questions:
1. My web application is gonna be deployed on the two web servers.
I have written caching code, does that mean caching will happen on both the
Cache Problem - Urgent07 May 2005 12:21 GMT4
   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 cachekeyname in cache so
it fires a query to database and insert the object into cache.
Application state - data disappears05 May 2005 22:28 GMT2
Sometimes all data in Application state disappears during debugging. Is
there expiration time for the Application state? What may be another reason
for losing data?
Thanks.
Cache Not Available Problem05 May 2005 03:02 GMT1
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 as
follows.
The Code..
Pages: 1 2 April, 2005
 
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.