Click here to Skip to main content
15,891,981 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Testing Tool Pin
Sandeep Akhare2-May-07 23:40
Sandeep Akhare2-May-07 23:40 
GeneralRe: Testing Tool Pin
jayarajmrj3-May-07 1:06
jayarajmrj3-May-07 1:06 
GeneralRe: Testing Tool Pin
N a v a n e e t h3-May-07 3:25
N a v a n e e t h3-May-07 3:25 
AnswerRe: Testing Tool Pin
firozu3-May-07 0:12
firozu3-May-07 0:12 
QuestionSession State Pin
Senthil_M2-May-07 23:24
Senthil_M2-May-07 23:24 
AnswerRe: Session State Pin
kubben3-May-07 2:56
kubben3-May-07 2:56 
Questionloosing data between postbacks [modified] Pin
Ayman Mashal2-May-07 22:25
Ayman Mashal2-May-07 22:25 
AnswerRe: loosing data between postbacks Pin
kubben3-May-07 2:54
kubben3-May-07 2:54 
Normally the only reason why something would be kicked out of the cache before the expiration time is because the web site needed more memory so it would expire the cache before its time. NOTE you are using an absolute expire, so it will for sure expire in 1 hour. So I guess that is a possibility as well. You should write some code checking to see if the object exists in the cache before you try to use it. If it isn't there you will need to add it again.

If you didn't mean to force an expire of the dataset in 1hour then you should use the sliding expiriation. Then it will only expire if it hasn't be used for a certain period of time.

Hope that helps.
Ben
GeneralRe: loosing data between postbacks Pin
Ayman Mashal5-May-07 18:56
Ayman Mashal5-May-07 18:56 
GeneralRe: loosing data between postbacks Pin
kubben6-May-07 1:02
kubben6-May-07 1:02 
QuestionDreamWeaver Dream Pin
matjame2-May-07 22:05
matjame2-May-07 22:05 
AnswerRe: DreamWeaver Dream Pin
steffw2-May-07 22:18
steffw2-May-07 22:18 
QuestionSearch code Pin
Stormint2-May-07 21:40
Stormint2-May-07 21:40 
AnswerRe: Search code Pin
Sathesh Sakthivel2-May-07 21:49
Sathesh Sakthivel2-May-07 21:49 
AnswerRe: Search code Pin
Sandeep Akhare2-May-07 22:00
Sandeep Akhare2-May-07 22:00 
QuestionSVG ( Scalable Vector Graphics) Pin
jayarajmrj2-May-07 21:28
jayarajmrj2-May-07 21:28 
AnswerRe: SVG ( Scalable Vector Graphics) Pin
badgrs2-May-07 22:48
badgrs2-May-07 22:48 
QuestionUrgent Role based menu question. Pin
coolestCoder2-May-07 20:48
coolestCoder2-May-07 20:48 
AnswerRe: Urgent Role based menu question. Pin
Sandeep Akhare2-May-07 21:04
Sandeep Akhare2-May-07 21:04 
QuestionSerial No Pin
Mkanchha2-May-07 20:41
Mkanchha2-May-07 20:41 
AnswerRe: Serial No Pin
Sathesh Sakthivel2-May-07 20:44
Sathesh Sakthivel2-May-07 20:44 
GeneralRe: Serial No Pin
Mkanchha2-May-07 21:04
Mkanchha2-May-07 21:04 
GeneralRe: Serial No Pin
Sathesh Sakthivel2-May-07 21:47
Sathesh Sakthivel2-May-07 21:47 
AnswerRe: Serial No Pin
RaghuSanta2-May-07 21:36
RaghuSanta2-May-07 21:36 
GeneralRe: Serial No Pin
Sathesh Sakthivel2-May-07 23:27
Sathesh Sakthivel2-May-07 23:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.