Search

You searched for the word(s): userid:863554

Matching Posts

  • How to use "History" in Master Pager & Detail Pager ?

    Hi, EveryBody knows when use AJAX UpdatePanel with GridView, you change the gridview page and redirect to another web page, and then click preview button in browser, the gridview's pageindex will be the first page. The solution is import Microsoft.Web.Preview.dll and add a "History" controler in the *.aspx page, but my problem is ... my project using Master Page and has a lot of detail pager, they will point to the same master page like MasterPageFile= "~/main.Master" Now
    Posted to ASP.NET Futures (Forum) by lifereader on 6/16/2009
    Filed under: History Control, gridview, AP.NET AJAX 4 Preview 3
  • How to get cache size in memory

    Hi, I am trying to use cache in my ASP.net Project. Now I create a cache, and add a DataTable object (not null) . for example: 1 //set to cache 2 Cache.Add( "Color" , dt, null , System.Web.Caching.Cache.NoAbsoluteExpiration, new TimeSpan(0, 30, 0), 3 System.Web.Caching.CacheItemPriority.Default, null ); How do I know that cache's size in memory? My question is NOT total limited size in memory (like Cache.EffectivePercentagePhysicalMemoryLimit ).
    Posted to State Management (Forum) by lifereader on 6/9/2009
    Filed under: ASP.NET cache
  • How to know Cache size

    Hi~ I' am try to use Cache in my ASP.net Project (VS2008) If I create a cache like Cache["ABC"] = (Some Object). How do I know that Cache's size in memory?
    Posted to State Management (Forum) by lifereader on 6/9/2009
    Filed under: Cache, cache object, cache problem, Application State
Page 1 of 1 (3 items)