| Thread | Last Post | Replies |
|
| Irritating Error in aspnet_wp 1.0? | 28 Jun 2004 21:31 GMT | 3 |
there is a strange error in aspnet_wp. Here's the story: My asp:Hyperlink.NavigateUrl links are all relative. ASP.NET creates absolute paths, though, when rendering, beginning at application root: NavigateUrl="myPage.aspx" => href="/myApp/myDir/myPage.aspx"
|
| caching images (corrupting) | 25 Jun 2004 23:53 GMT | 3 |
Hi, I have a dynamic image generation code that uses the Graphics and Bitmap objects to create a .jpeg output. The first time the code runs the image is correctly generated and added to Cache("MyImage") and to my web page, but when I run it again, the image is
|
| Clear Browser Cache | 24 Jun 2004 16:51 GMT | 7 |
Is there a way to clear the browser cache programmatically, i'm my page, i have written nothing to cache anything. i want the page to load a fresh everytime. kindly give in your comments. Pradeep
|
| want to disable back button functionality in Asp | 23 Jun 2004 11:06 GMT | 5 |
Hi friends I am facing one problem. I know its possible but Dont know how to do it. I have one page where I am getting some values from user. After user submit this form to one java servlet, it returns me some responseText which I am
|
| Custom class loaded from cache returns an object by reference | 22 Jun 2004 11:23 GMT | 3 |
The item was not posted first time - trying again... Hi, I have a problem with a custom class of mine. My situation is this: I have a class public class Something
|
| absoluteExpiration less then a minute... | 21 Jun 2004 08:07 GMT | 2 |
I try to set absoluteExpiration in time 10 seconds. But I have 60 seconds anyway! Here is the code: Context.Cache.Add("timer",t,null,DateTime.Now.AddSeconds(10), Cache.NoSlidingExpiration, CacheItemPriority.High, new
|
| session timing out unexpectedly | 21 Jun 2004 05:11 GMT | 2 |
I have an asp.net app. The session state is set to expire in 20 minutes in web.config, but my sessions seem to timeout randomly even though I interact with the application regularly, which is supposed to reset the expiration time I believe. Is there a specific way that you have to ...
|
| help me | 21 Jun 2004 05:09 GMT | 1 |
Hi,i'm a chinese. Who can tell me where has news which is chinese. I'm poor at English.
|
| Data Access caching | 21 Jun 2004 05:07 GMT | 2 |
Hi, What would be the best way to populate a drop down list, I use a three tier design, build a business object after retrieving sqldatareader from the database. then after adding to the drop-down as a listItem, I add this to the cache.
|
| Caching.CacheDependency Problem | 16 Jun 2004 03:01 GMT | 1 |
I have the following code: myCache = CType(context.Cache(cacheName), WebControls.Table) If myCache Is Nothing Then callProcessMenu()
|
| caching and controls.... | 04 Jun 2004 12:25 GMT | 1 |
I have been able to use the <%@ OutputCache.... %> directive at the top of the control to cache an asp.net ascx control.... Is it possible to force the control in the cache to become invalid if a certain action happens in the control, i.e. if the user press a certain
|
| aspnet_wp.exe stopped unexpectedly | 01 Jun 2004 10:51 GMT | 5 |
Hi, experts, I have an asp.net/C# application that uses application cache to share data across multiple sessions. Everything seems fine except periodically, my application is unloaded
|