Click here to Skip to main content
15,909,953 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Volume rendering in web applications Pin
Abhijit Jana11-Dec-08 2:39
professionalAbhijit Jana11-Dec-08 2:39 
GeneralRe: Volume rendering in web applications Pin
JS 200811-Dec-08 16:41
JS 200811-Dec-08 16:41 
QuestionVolume rendering of images Pin
JS 200810-Dec-08 23:42
JS 200810-Dec-08 23:42 
AnswerRe: Volume rendering of images Pin
Brij11-Dec-08 3:15
mentorBrij11-Dec-08 3:15 
QuestionWanna maintain table state in different function call Pin
joindotnet10-Dec-08 22:41
joindotnet10-Dec-08 22:41 
AnswerRe: Wanna maintain table state in different function call Pin
SeMartens10-Dec-08 22:49
SeMartens10-Dec-08 22:49 
GeneralRe: Wanna maintain table state in different function call Pin
joindotnet10-Dec-08 23:00
joindotnet10-Dec-08 23:00 
GeneralRe: Wanna maintain table state in different function call Pin
SeMartens10-Dec-08 23:18
SeMartens10-Dec-08 23:18 
Hi,

for a description of a dictionary have a look here http://msdn.microsoft.com/en-us/library/xfhwa508.aspx[^].

The table itself will not be shared, but the dictionary. You have to be careful by using this because you have to manage (cleanup etc.) all by yourself. Also the static dictionary will only live as long as the IIS-process is running (which will be recycled every 24 hours, am I right?). But why don't you want to use sessions? (The solution I proposed is a kind of self-implemented session).

It's not a bug, it's a feature!

Me in Softwareland.

GeneralRe: Wanna maintain table state in different function call Pin
joindotnet10-Dec-08 23:48
joindotnet10-Dec-08 23:48 
GeneralRe: Wanna maintain table state in different function call Pin
Paddy Boyd11-Dec-08 0:44
Paddy Boyd11-Dec-08 0:44 
AnswerRe: Wanna maintain table state in different function call Pin
Christian Graus10-Dec-08 23:39
protectorChristian Graus10-Dec-08 23:39 
GeneralRe: Wanna maintain table state in different function call Pin
SeMartens11-Dec-08 0:02
SeMartens11-Dec-08 0:02 
GeneralRe: Wanna maintain table state in different function call Pin
Abhijit Jana11-Dec-08 2:42
professionalAbhijit Jana11-Dec-08 2:42 
AnswerRe: Wanna maintain table state in different function call Pin
Brij11-Dec-08 3:18
mentorBrij11-Dec-08 3:18 
Questiondownload problem from Secure Sockets Layer enabled site(https) [modified] Pin
DotnetRafi10-Dec-08 22:11
DotnetRafi10-Dec-08 22:11 
AnswerRe: download problem from Secure Sockets Layer enabled site(https) Pin
SeMartens10-Dec-08 22:50
SeMartens10-Dec-08 22:50 
QuestionGridView column value needs to be in Order and sequence Pin
codingrocks10-Dec-08 21:55
codingrocks10-Dec-08 21:55 
AnswerRe: GridView column value needs to be in Order and sequence Pin
Brij10-Dec-08 22:12
mentorBrij10-Dec-08 22:12 
AnswerRe: GridView column value needs to be in Order and sequence Pin
codingrocks10-Dec-08 22:20
codingrocks10-Dec-08 22:20 
GeneralRe: GridView column value needs to be in Order and sequence Pin
Brij10-Dec-08 22:42
mentorBrij10-Dec-08 22:42 
AnswerRe: GridView column value needs to be in Order and sequence Pin
Christian Graus10-Dec-08 22:29
protectorChristian Graus10-Dec-08 22:29 
Questioninsert image Pin
arnds2007810-Dec-08 20:15
arnds2007810-Dec-08 20:15 
AnswerRe: insert image Pin
_AK_10-Dec-08 20:26
_AK_10-Dec-08 20:26 
AnswerRe: insert image Pin
Abhijit Jana10-Dec-08 20:42
professionalAbhijit Jana10-Dec-08 20:42 
AnswerRe: insert image Pin
Christian Graus10-Dec-08 21:02
protectorChristian Graus10-Dec-08 21:02 

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.