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 / June 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Irritating Error in aspnet_wp 1.0?28 Jun 2004 21:31 GMT3
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 GMT3
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 Cache24 Jun 2004 16:51 GMT7
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 Asp23 Jun 2004 11:06 GMT5
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 reference22 Jun 2004 11:23 GMT3
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 GMT2
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 unexpectedly21 Jun 2004 05:11 GMT2
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 me21 Jun 2004 05:09 GMT1
Hi,i'm a chinese. Who can tell me where has news which is chinese. I'm poor
at English.
Data Access caching21 Jun 2004 05:07 GMT2
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 Problem16 Jun 2004 03:01 GMT1
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 GMT1
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 unexpectedly01 Jun 2004 10:51 GMT5
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
 
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.