Click here to Skip to main content
15,920,053 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionInstalling a web setup by entering a key after expiry of trail version Pin
inayat basha19-Nov-09 19:13
inayat basha19-Nov-09 19:13 
AnswerRe: Installing a web setup by entering a key after expiry of trail version Pin
Vimalsoft(Pty) Ltd19-Nov-09 20:25
professionalVimalsoft(Pty) Ltd19-Nov-09 20:25 
GeneralRe: Installing a web setup by entering a key after expiry of trail version Pin
inayat basha19-Nov-09 22:23
inayat basha19-Nov-09 22:23 
QuestionAccordion like about.com Pin
cooolguymca19-Nov-09 17:32
cooolguymca19-Nov-09 17:32 
AnswerRe: Accordion like about.com Pin
Abhijit Jana19-Nov-09 17:34
professionalAbhijit Jana19-Nov-09 17:34 
QuestionCache Expiration in ASP.NET Pin
Shabeer Ibrahim19-Nov-09 17:21
Shabeer Ibrahim19-Nov-09 17:21 
AnswerRe: Cache Expiration in ASP.NET Pin
AlexeiXX319-Nov-09 19:30
AlexeiXX319-Nov-09 19:30 
GeneralRe: Cache Expiration in ASP.NET Pin
Shabeer Ibrahim23-Nov-09 18:59
Shabeer Ibrahim23-Nov-09 18:59 
RantRe: Cache Expiration in ASP.NET Pin
AlexeiXX319-Nov-09 19:32
AlexeiXX319-Nov-09 19:32 
GeneralRe: Cache Expiration in ASP.NET Pin
Abhijit Jana19-Nov-09 20:15
professionalAbhijit Jana19-Nov-09 20:15 
GeneralRe: Cache Expiration in ASP.NET Pin
Abhishek Sur19-Nov-09 20:43
professionalAbhishek Sur19-Nov-09 20:43 
GeneralRe: Cache Expiration in ASP.NET Pin
Abhijit Jana19-Nov-09 21:26
professionalAbhijit Jana19-Nov-09 21:26 
GeneralRe: Cache Expiration in ASP.NET Pin
Abhishek Sur19-Nov-09 22:04
professionalAbhishek Sur19-Nov-09 22:04 
QuestionCache Expiration Problem in ASP .Net Pin
prem kumar19-Nov-09 17:19
prem kumar19-Nov-09 17:19 
AnswerRe: Cache Expiration Problem in ASP .Net Pin
AlexeiXX319-Nov-09 19:32
AlexeiXX319-Nov-09 19:32 
AnswerRe: Cache Expiration Problem in ASP .Net Pin
Paulo Zemek20-Nov-09 0:22
Paulo Zemek20-Nov-09 0:22 
I think you may want to look at my article:
Pfz.Caching - ViewIds instead of ViewStates[^]

With it, instead of using Cache you could use Session or ViewState. It will try to use the object that is still in memory but, it that's not possible, it will reload the file (so you will probably don't get out-of-memory exceptions). Also, recently used files are "kept alive", so the information can be kept alive forever if it is used frequently.

But, I must say you should really consider changing the way you are working with your data... keeping 500mb of data in memory is too much.
QuestionUser Control loading through tags? Pin
samir8019-Nov-09 11:27
samir8019-Nov-09 11:27 
AnswerRe: User Control loading through tags? Pin
Abhijit Jana19-Nov-09 16:02
professionalAbhijit Jana19-Nov-09 16:02 
GeneralRe: User Control loading through tags? Pin
samir8020-Nov-09 5:06
samir8020-Nov-09 5:06 
QuestionUser Controls Pin
samir8019-Nov-09 10:52
samir8019-Nov-09 10:52 
AnswerRe: User Controls Pin
Abhishek Sur19-Nov-09 11:10
professionalAbhishek Sur19-Nov-09 11:10 
GeneralRe: User Controls Pin
samir8019-Nov-09 11:24
samir8019-Nov-09 11:24 
GeneralRe: User Controls Pin
Abhijit Jana19-Nov-09 16:01
professionalAbhijit Jana19-Nov-09 16:01 
QuestionMaster Page Loading vs. Content Page Reload [modified] Pin
dboy22119-Nov-09 10:18
dboy22119-Nov-09 10:18 
AnswerRe: Master Page Loading vs. Content Page Reload Pin
Abhishek Sur19-Nov-09 11:13
professionalAbhishek Sur19-Nov-09 11:13 

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.