Click here to Skip to main content
15,896,915 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: draw on web form Pin
no need to tell name21-Mar-07 10:53
no need to tell name21-Mar-07 10:53 
AnswerRe: draw on web form Pin
Guffa21-Mar-07 21:43
Guffa21-Mar-07 21:43 
Questionupload xml file Pin
Marwa Bahaa18-Mar-07 4:56
Marwa Bahaa18-Mar-07 4:56 
AnswerRe: upload xml file Pin
Vasudevan Deepak Kumar19-Mar-07 5:37
Vasudevan Deepak Kumar19-Mar-07 5:37 
Questioni want to shar som val Pin
Ahmed El-Badry18-Mar-07 4:20
Ahmed El-Badry18-Mar-07 4:20 
AnswerRe: i want to shar som val Pin
Guffa18-Mar-07 4:42
Guffa18-Mar-07 4:42 
GeneralRe: i want to shar som val Pin
Ahmed El-Badry18-Mar-07 4:48
Ahmed El-Badry18-Mar-07 4:48 
AnswerRe: i want to shar som val Pin
Guffa18-Mar-07 5:14
Guffa18-Mar-07 5:14 
Oh, so by "setion", you mean session, not section?

If you remove the Shared keyword, the variable will be local to the object, and therefore also local to the thread. Each request that comes to the server is handled in a separate thread.

If you want to keep the value from one request to another, on a user basis, you have to use session variables or cookies.

---
single minded; short sighted; long gone;

GeneralRe: i want to shar som val Pin
Ahmed El-Badry18-Mar-07 5:26
Ahmed El-Badry18-Mar-07 5:26 
AnswerRe: i want to shar som val Pin
Guffa18-Mar-07 5:51
Guffa18-Mar-07 5:51 
GeneralRe: i want to shar som val Pin
Ahmed El-Badry18-Mar-07 7:19
Ahmed El-Badry18-Mar-07 7:19 
QuestionCSS Pin
monirkuet2418-Mar-07 2:06
monirkuet2418-Mar-07 2:06 
QuestionCollapsible panel extender Pin
yogita charhate17-Mar-07 23:59
yogita charhate17-Mar-07 23:59 
AnswerRe: Collapsible panel extender Pin
Ziyad Mohammad18-Mar-07 20:23
Ziyad Mohammad18-Mar-07 20:23 
Questionpage size based on screen resolution Pin
dasumohan17-Mar-07 20:19
dasumohan17-Mar-07 20:19 
Questiontextbox validation please help Pin
dasumohan17-Mar-07 20:13
dasumohan17-Mar-07 20:13 
AnswerRe: textbox validation please help Pin
Guffa18-Mar-07 4:45
Guffa18-Mar-07 4:45 
GeneralRe: textbox validation please help Pin
dasumohan18-Mar-07 6:14
dasumohan18-Mar-07 6:14 
AnswerRe: textbox validation please help Pin
Guffa18-Mar-07 8:31
Guffa18-Mar-07 8:31 
QuestionUnable to cast object of type 'ASP.client_master' to type 'Master' Pin
Nilesh Thakkar17-Mar-07 19:49
Nilesh Thakkar17-Mar-07 19:49 
QuestionProblem in Nested GridView While setting Pagesize Pin
Anupriya.G17-Mar-07 9:53
Anupriya.G17-Mar-07 9:53 
Questionasp.net and javascript coding related problem Pin
yogita charhate17-Mar-07 1:33
yogita charhate17-Mar-07 1:33 
AnswerRe: asp.net and javascript coding related problem Pin
kubben17-Mar-07 2:11
kubben17-Mar-07 2:11 
Questionrepeater inside datalist Pin
iamdking17-Mar-07 0:33
iamdking17-Mar-07 0:33 
AnswerRe: repeater inside datalist Pin
Sun Rays17-Mar-07 0:43
Sun Rays17-Mar-07 0:43 

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.