Click here to Skip to main content
15,899,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dividing project Pin
Raheem MA11-Aug-10 18:42
Raheem MA11-Aug-10 18:42 
GeneralRe: Dividing project Pin
future383911-Aug-10 21:28
future383911-Aug-10 21:28 
AnswerRe: Dividing project Pin
JHizzle11-Aug-10 22:22
JHizzle11-Aug-10 22:22 
GeneralRe: Dividing project Pin
future383912-Aug-10 14:31
future383912-Aug-10 14:31 
QuestionEmbedded Resources in base class [modified] Pin
Fayu11-Aug-10 12:26
Fayu11-Aug-10 12:26 
Questionsite accessing Pin
netJP12L11-Aug-10 11:05
netJP12L11-Aug-10 11:05 
QuestionApplication cache problem Pin
shaul almog11-Aug-10 8:00
shaul almog11-Aug-10 8:00 
AnswerRe: Application cache problem Pin
Eaverae16-Aug-10 20:56
Eaverae16-Aug-10 20:56 
In my experience I think that using the HttpContext cache to store data is not so smart; As The user progresses through your webapplication, The HttpContext changes everytime, because every response to the serve is a new HttpContext. so, eventually in time, the server will run it's garbagecollector through the 'old' data (which you want to use). So my suggestion is you create a public static class, which will hold all of your important variables. This way, your 'memory' will be this class that lasts the entire lifetime of the running thread. If you need any examples, please ask. I will be happy to help.

Hope this helps.
"My personality is not represented by my hometown."

QuestionDirectory listening denied [modified] Pin
moein.serpico11-Aug-10 4:20
moein.serpico11-Aug-10 4:20 
AnswerRe: Directory listening denied Pin
Gregory Gadow11-Aug-10 4:58
Gregory Gadow11-Aug-10 4:58 
AnswerRe: Directory listening denied Pin
Sandeep Mewara11-Aug-10 7:05
mveSandeep Mewara11-Aug-10 7:05 
QuestionHow to close an aspx page from code behind? Pin
Raheem MA11-Aug-10 1:09
Raheem MA11-Aug-10 1:09 
AnswerRe: How to close an aspx page from code behind? Pin
Not Active11-Aug-10 2:34
mentorNot Active11-Aug-10 2:34 
GeneralRe: How to close an aspx page from code behind? Pin
Raheem MA11-Aug-10 20:48
Raheem MA11-Aug-10 20:48 
GeneralRe: How to close an aspx page from code behind? Pin
Not Active12-Aug-10 2:21
mentorNot Active12-Aug-10 2:21 
AnswerRe: How to close an aspx page from code behind? Pin
tanweer11-Aug-10 23:26
tanweer11-Aug-10 23:26 
GeneralRe: How to close an aspx page from code behind? Pin
Raheem MA11-Aug-10 23:51
Raheem MA11-Aug-10 23:51 
QuestionScheduler implementation in ASP.Net Pin
Amit Patel198511-Aug-10 0:26
Amit Patel198511-Aug-10 0:26 
AnswerDayPilot Pin
David Mujica11-Aug-10 3:22
David Mujica11-Aug-10 3:22 
AnswerRe: Scheduler implementation in ASP.Net Pin
m@dhu11-Aug-10 18:47
m@dhu11-Aug-10 18:47 
Questionsliding or collapsible display Pin
Vinay Varghese10-Aug-10 22:21
Vinay Varghese10-Aug-10 22:21 
AnswerRe: sliding or collapsible display Pin
Sandeep Mewara10-Aug-10 22:27
mveSandeep Mewara10-Aug-10 22:27 
GeneralRe: sliding or collapsible display Pin
Vinay Varghese12-Aug-10 13:06
Vinay Varghese12-Aug-10 13:06 
QuestionSiteMapPath: Don’t show the root level in breadcrumb Pin
anderslundsgard10-Aug-10 19:30
anderslundsgard10-Aug-10 19:30 
AnswerRe: SiteMapPath: Don’t show the root level in breadcrumb Pin
Prosanta Kundu online10-Aug-10 20:48
Prosanta Kundu online10-Aug-10 20:48 

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.