Click here to Skip to main content
15,913,685 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Open File Pin
Terick21-Jan-09 11:44
Terick21-Jan-09 11:44 
Questionschema serialization question Pin
Member 391904921-Jan-09 9:42
Member 391904921-Jan-09 9:42 
QuestionObject references not persisted in ViewState [modified] Pin
kmullen21-Jan-09 8:55
kmullen21-Jan-09 8:55 
AnswerRe: Object references not persisted in ViewState Pin
Neeraj Kr21-Jan-09 19:38
Neeraj Kr21-Jan-09 19:38 
QuestionBrowser Back button not using cache Pin
dptalt21-Jan-09 5:45
dptalt21-Jan-09 5:45 
AnswerRe: Browser Back button not using cache Pin
ToddHileHoffer21-Jan-09 6:35
ToddHileHoffer21-Jan-09 6:35 
GeneralRe: Browser Back button not using cache Pin
dptalt21-Jan-09 6:46
dptalt21-Jan-09 6:46 
GeneralRe: Browser Back button not using cache Pin
ToddHileHoffer21-Jan-09 7:01
ToddHileHoffer21-Jan-09 7:01 
That depends.

If you have a master page and or base page then when any page other than the detail loads, you can clear session to make sure it is gone in the page load in only one place.

If you do not have a master page or a base page then removing the item from session might be a bit tricky.

If you have 1-5 users at a time you should be OK.

How much you can store in session depends on your IIS settings, hardware and number of users. You can have multiple aspnet worker process and the amount of ram each process can use is configurable.

One easy check would be to open the task manager and go to the processes tab (show from all users) check the w3wp.exe process(es) and see how much ram they are consuming.


I didn't get any requirements for the signature


GeneralRe: Browser Back button not using cache Pin
dptalt21-Jan-09 7:33
dptalt21-Jan-09 7:33 
AnswerRe: Browser Back button not using cache Pin
Sundar_R21-Jan-09 17:59
Sundar_R21-Jan-09 17:59 
QuestionPassing input parameter to external js file function Pin
anandhakrishnan21-Jan-09 2:38
anandhakrishnan21-Jan-09 2:38 
AnswerRe: Passing input parameter to external js file function Pin
ToddHileHoffer21-Jan-09 4:40
ToddHileHoffer21-Jan-09 4:40 
AnswerRe: Passing input parameter to external js file function Pin
led mike21-Jan-09 4:51
led mike21-Jan-09 4:51 
AnswerRe: Passing input parameter to external js file function Pin
Abhishek Sur21-Jan-09 19:56
professionalAbhishek Sur21-Jan-09 19:56 
QuestionHow to assign a perticular page as https:// ??? Pin
Anand Desai21-Jan-09 1:36
Anand Desai21-Jan-09 1:36 
AnswerRe: How to assign a perticular page as https:// ??? Pin
ToddHileHoffer21-Jan-09 4:36
ToddHileHoffer21-Jan-09 4:36 
AnswerRe: How to assign a perticular page as https:// ??? Pin
Jon Rista21-Jan-09 18:55
Jon Rista21-Jan-09 18:55 
Questionaccessing page control in aspx.cs Pin
meghamaharshi21-Jan-09 0:56
meghamaharshi21-Jan-09 0:56 
AnswerRe: accessing page control in aspx.cs Pin
Christian Graus21-Jan-09 1:06
protectorChristian Graus21-Jan-09 1:06 
GeneralRe: accessing page control in aspx.cs Pin
meghamaharshi21-Jan-09 1:10
meghamaharshi21-Jan-09 1:10 
GeneralRe: accessing page control in aspx.cs Pin
Christian Graus21-Jan-09 1:11
protectorChristian Graus21-Jan-09 1:11 
QuestionUsercontrol Pin
mehrdadc4821-Jan-09 0:45
mehrdadc4821-Jan-09 0:45 
AnswerRe: Usercontrol Pin
Christian Graus21-Jan-09 1:08
protectorChristian Graus21-Jan-09 1:08 
GeneralRe: Usercontrol Pin
mehrdadc4821-Jan-09 1:12
mehrdadc4821-Jan-09 1:12 
GeneralRe: Usercontrol Pin
Christian Graus21-Jan-09 1:20
protectorChristian Graus21-Jan-09 1:20 

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.