Browse by Tags

Related Posts

  • Not able to retrieve Cache and Viewstate data

    Hi, I have 2 User Controls in an aspx page. When i add Cache or viewstate data in one User control. I am not able to retrieve the data when page is post back. Here is the code: User Controls A: ViewState.Add( "VS" , "Test" ); if (Session[ "S" ] == null ) { Session.Add( "S" , "Test" ); } if (Cache[ "dsSearchResult...
    Posted to State Management (Forum) by Prabhubeec on 05-08-2007, 12:00 AM
    Filed under: viewstate, ASP.NET.NET 2.0, cache, Cookie
  • Link Refresh smoothly

    I have a asp.net page write with VB.net in this page have alots of image back ground and 3 linkbutton when I click Linkbutton1 it retriew data from database and desplay data in DataList . the same when I click other linkbutton but I want BackGround to Refresh smoothly with the data change in datalist...
    Posted to Web Forms (Forum) by sey on 12-21-2006, 12:00 AM
    Filed under: ajax, asp.net 2.0, ASP.NET cache, Cache, cookie, Cookies
Page 1 of 1 (2 items)