Results 1 to 2 of 2

Thread: problem in fragmnet caching

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2003
    Location
    india
    Posts
    273

    problem in fragmnet caching

    Hi
    I have written following code for Fragment caching,but it isnot working..

    I have added below code in ASCX html section and added this in aspx file.

    <@OutPutCache Duration="60" VaryByparam="none">

    and written this code in Page_Load event so that after specified duration it will displayed a current date and time

    Response.Write(DateTime.Now.ToString());

    can anybody tell me what attribute is missing..

    thanks in advance

    PPCC
    Last edited by PPCC; Feb 20th, 2006 at 04:35 AM. Reason: was not a complete query

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width