|
-
Feb 19th, 2006, 11:38 PM
#1
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|