Browse by Tags

Related Posts

  • Re: how can I tell the browser to cache the result of a webmethod called with AJAX?

    I would add something like this to your page load event: public string GetUserProfileFlyoutCache() { if (HttpContext.Current.Cache[ "items" ] == null ) { var items = UserService.GetUserProfileFlyoutHTML(); HttpContext.Current.Cache.Insert( "items" , items); return items; } else {...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by JDL1475 on 05-20-2009, 12:00 AM
    Filed under: Caching
  • how can i clear the cache programmatically..

    in my web project when user logout...and from cache i select the url he was using then i got the access to that seesion...i dont want to be happen.... for that i want to clear the cache memory automatically...how can i do that ... (( if i click the history page from cache i am getting the access for...
    Posted to Web Forms (Forum) by Rangapure.S.Swapnil on 04-16-2009, 12:00 AM
    Filed under: "ajax", "Asp.net 2.0 user control", "Asp.net 2.0", "Asp.net 2.0", .Net 2.0, .net 2.0 ASPX, .net 2.0 c#, .Net 2.0 FormView, //code, Acces web site, Access, access a website, as.NET 2, AS.NET 2.0, AS.NET 2.0 C#, AS.NET 2.0 C#vb, AS.NET 2.0 cookies authentication, as.NET 2.0 VB, Cache, cache browser, cache datatable object alter add column, cache null object, cache server.execute, cache substitution, cached control, CacheDependency Cache VirtualPathProvider, cachen achieve the impossible.", Caching, Answer
  • Problems with Caching?

    Hi all, I have a problem with an asp.net site which I wanted to ask about. I was going to publish my site and uploaded all files through FTP. When I visited the site to test it I got an error message saying the path to the database was wrong, no problems I thought and went into the web.config to change...
    Posted to Getting Started (Forum) by gren833 on 03-24-2009, 12:00 AM
    Filed under: Caching
  • OutputCaching and LoginUserControl - still showing logged in

    I have enabled the OutputCache attribute on a couple of my controller methods. I am also using the Login partial view on the header of my pages to show the log in status. If I logout, the pages that I'm using the OutputCache on still show me as logged in. Anyway of dealing with this inconsistency...
    Posted to ASP.NET MVC (Forum) by MikeBosch on 03-16-2009, 12:00 AM
    Filed under: caching
  • Object Data source Caching Problem!!!!

    Hi am using ODS for caching Data set retrieved by the ODS from business layer.But my BA layer method accept arugment which i am passing at runtime ..whenever the value of that arugment changes the New result set obtained .If BA layer method does acccept the run time parameter then IS ODS cache expire...
    Posted to Data Access and ObjectDataSource Control (Forum) by Rajnish Kaur on 03-13-2009, 12:00 AM
    Filed under: object datasource, Caching
  • object data source caching.

    Hi i have a data grid and object data source control.Intially i retreived record from the data base using object data source control and afer taht i want to keeep it in cache ans want to set sqlcache dependancy upon it like SqlDatasource data control.How is it possible using Object data source control...
    Posted to Data Access and ObjectDataSource Control (Forum) by Rajnish Kaur on 03-09-2009, 12:00 AM
    Filed under: Caching
  • Re: How Caching can implement with Ajax?

    Hi i have tried it but a ajax enabled page does not support caching .On each request to the server the response comes from the server instead of cache object.But if i use a user control inside a Update Panel it works fine.Is there any alternate how to use caching techniques in Ajax enabled page. Thanks...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Rajnish Kaur on 03-02-2009, 12:00 AM
    Filed under: ASP.NET 2.0 - Ajax, ASP.NET AJAX UpdatePanel, Caching, Asp.net Ajaxj
  • BACK button and browser history

    I know the BACK button has been discussed, and I've read those posts. This is a variation on that theme that I think AJAX will help me solve. I have an .aspx page that shows a DataGrid with records. When the button is pushed, the postback changes the records in the database and then returns a PDF...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by trayhumphrey on 02-20-2009, 12:00 AM
    Filed under: "back button", Caching
  • Any way to clear/flush/remove OutputCache ?

    Hello all, I'm using the OutputCache on my web-user control (.ascx) <%@ OutputCache Duration="1000" VaryByParam="none" %> I would like to retain the cache for next 1000 seconds, but when a specific page on my site is loaded, I would like to remove/flush/refresh the cache...
    Posted to State Management (Forum) by niteprince on 02-20-2009, 12:00 AM
    Filed under: Cache, Caching
  • Post-cache ("Donut Cache") with User Controls

    Hi, guys. I've read the ScottGu's article about "Donut Caching" and not only his, but others about Post-Cache; but many of them talk about the Substitution Control. I either find things about Partial Caching using partial caching controls, or even setting the OutputCache directive to...
    Posted to Architecture (Forum) by thiagosindra on 02-12-2009, 12:00 AM
    Filed under: outputcache, scottgu, substitution, cache, caching, user controls, post-cache, donut cache
Page 1 of 14 (140 items) 1 2 3 4 5 Next > ... Last »