| Thread | Last Post | Replies |
|
| Error: FindControl requires that controls have unique IDs. | 28 Jun 2005 14:21 GMT | 2 |
I have a datagrid with a checkbox column, and dropdown list that does a autopostback. Basically, the dropdown list is a filter for the datagrid. Here is my workflow.
|
| Caching of images in aspx pages | 27 Jun 2005 22:52 GMT | 1 |
Do browser cache images if pages are dynamically created such as aspx pages? I have aspx pages that use the same headers with same images and I was wondering of these images get cached or do they get retrieved every time from the web server?
|
| ASP.Net Cache & Multiple threads. | 26 Jun 2005 10:16 GMT | 2 |
I need to cache user data within an HttpModule so I've overloaded OnAuthenticate I retrieve the LOGON_USER server variable as the site must be configured for integrated auth and attempt to locate a cache entry based on the user name (we it's a cookie in reality). If I can't find ...
|
| ASP.Net External Javascript Cache SSL | 24 Jun 2005 19:27 GMT | 1 |
I'm using a large 3rd party menu control. It uses a javascript library of up to 75kb. Can this be cached accross pages on the client using SSL with ASP.Net? How can I test to see if a page is using a file from the Temp directory
|
| Blank page in a modal dialog window | 21 Jun 2005 23:09 GMT | 2 |
We have a strange problem with blank pages appearing...sometimes. If we have cacheing enabled on the client and the client's connection is slow, when we open an ASP.Net page in a modal dialog, the page sometimes appears blank. If the dialog is resized, the page is displayed, so ...
|
| Caching problem... | 20 Jun 2005 21:39 GMT | 4 |
I have an asp.net application. On one of the pages is a Flash object that polls a .xml file for data every 2 seconds or so. The .xml file is being updated, but the contents are never updated on the page through the flash object. I know the flash object is correctly polling.
|
| Difference in accessing Cache | 18 Jun 2005 20:37 GMT | 4 |
Does anyone have any recommendations on whether to use System.Web.HttpContext.Current.Cache or System.Web.HttpRuntime.Cache to access the ASP.NET Cache? Are these different cache contexts? If they are the same, is there a difference in performance between the two?
|
| Caching | 15 Jun 2005 21:52 GMT | 1 |
I'm new here and I don't speak english very good. What's difference between caching and State?
|
| Cache items removed unexpectedly at the end of the page | 14 Jun 2005 13:18 GMT | 3 |
Hi, I'm having a bad problem with the cache. I'm adding some objects or even simple variable in the page_load of the page. At the end of each page the items are removed from the cache, no matter which expiration time I set. At first I thought it was the Application
|
| Remove Cache from library referenced in ASP.NET application | 13 Jun 2005 16:16 GMT | 1 |
I have currently built a web appilication which references a class library to retrieve it's data. The class library is in the same solution as the web application and is reference by the web application.
|