| Thread | Last Post | Replies |
|
| Problem with CacheDependency - Fires twice | 29 May 2005 04:26 GMT | 1 |
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 pages | 26 May 2005 02:19 GMT | 1 |
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 GMT | 2 |
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 weired | 17 May 2005 22:21 GMT | 3 |
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 caching | 17 May 2005 22:20 GMT | 3 |
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 GMT | 1 |
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 Objects | 14 May 2005 20:37 GMT | 2 |
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 files | 12 May 2005 17:50 GMT | 1 |
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 windows | 11 May 2005 16:17 GMT | 1 |
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 Key | 11 May 2005 01:31 GMT | 1 |
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.net | 09 May 2005 21:59 GMT | 3 |
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 Caching | 08 May 2005 22:46 GMT | 1 |
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 - Urgent | 07 May 2005 12:21 GMT | 4 |
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 disappears | 05 May 2005 22:28 GMT | 2 |
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 Problem | 05 May 2005 03:02 GMT | 1 |
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..
|