Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to get items from SQL Server and add it to dropdown list ?? Pin
vvashishta15-May-12 20:27
vvashishta15-May-12 20:27 
QuestionSession value lost Pin
Member 378917315-May-12 0:47
Member 378917315-May-12 0:47 
SuggestionRe: Session value lost Pin
Not Active15-May-12 1:09
mentorNot Active15-May-12 1:09 
AnswerRe: Session value lost Pin
Sandeep Mewara15-May-12 1:34
mveSandeep Mewara15-May-12 1:34 
GeneralRe: Session value lost Pin
Member 378917318-May-12 20:34
Member 378917318-May-12 20:34 
AnswerRe: Session value lost Pin
jkirkerx15-May-12 10:42
professionaljkirkerx15-May-12 10:42 
GeneralRe: Session value lost Pin
Member 378917318-May-12 19:44
Member 378917318-May-12 19:44 
GeneralRe: Session value lost Pin
jkirkerx19-May-12 10:19
professionaljkirkerx19-May-12 10:19 
Well session values just don't get lost. Either the web server destroys them, or you destroy them in code.

All I can think of is that your session value never got set, or you tried to set a value that could not be set.

I remember some session values being stored in cookies, but I can't remember the details.

On a cluster, the server that sets the session value, will not pass the session value to other servers in the cluster, unless you use a shared session such as sql server.

So your stuck unless you post some code, creating the value, and code destroying the value, and describe how your using the session and for what purpose.
AnswerRe: Session value lost Pin
vvashishta15-May-12 20:33
vvashishta15-May-12 20:33 
GeneralRe: Session value lost Pin
Member 378917318-May-12 20:42
Member 378917318-May-12 20:42 
QuestionHow can i connect and insert data to oracle database without installing oracle client? Pin
buffering8314-May-12 22:25
buffering8314-May-12 22:25 
AnswerRe: How can i connect and insert data to oracle database without installing oracle client? Pin
Sandeep Mewara15-May-12 1:31
mveSandeep Mewara15-May-12 1:31 
GeneralRe: How can i connect and insert data to oracle database without installing oracle client? Pin
buffering8315-May-12 14:01
buffering8315-May-12 14:01 
QuestionGet List of google/yahoo groups in asp.net Pin
Muhammad Rashid Khan14-May-12 18:50
Muhammad Rashid Khan14-May-12 18:50 
AnswerRe: Get List of google/yahoo groups in asp.net Pin
Richard MacCutchan14-May-12 23:14
mveRichard MacCutchan14-May-12 23:14 
QuestionDiscussion For My ASP.NET MVC "Reusable Components" Question Pin
AspDotNetDev14-May-12 18:07
protectorAspDotNetDev14-May-12 18:07 
AnswerRe: Discussion For My ASP.NET MVC "Reusable Components" Question Pin
jkirkerx15-May-12 10:51
professionaljkirkerx15-May-12 10:51 
GeneralRe: Discussion For My ASP.NET MVC "Reusable Components" Question Pin
AspDotNetDev15-May-12 15:22
protectorAspDotNetDev15-May-12 15:22 
GeneralRe: Discussion For My ASP.NET MVC "Reusable Components" Question Pin
jkirkerx18-May-12 14:44
professionaljkirkerx18-May-12 14:44 
QuestionWeb based document management system Pin
Embedded Planet14-May-12 17:15
Embedded Planet14-May-12 17:15 
AnswerRe: Web based document management system Pin
Not Active15-May-12 1:08
mentorNot Active15-May-12 1:08 
Questionuse of msflexgrid in vb.net 2.0 Pin
rabindra k jha14-May-12 1:23
rabindra k jha14-May-12 1:23 
AnswerRe: use of msflexgrid in vb.net 2.0 Pin
Prasad_Kulkarni14-May-12 1:31
Prasad_Kulkarni14-May-12 1:31 
QuestionChanges required to access existing ASP.NET(3.5/C#) Web Application in Smart phones and tablet computer Pin
PintuYadav14-May-12 1:03
PintuYadav14-May-12 1:03 
QuestionHow to give click event in a dynamically generated link button? Pin
lekhasreekrishna@gmail.com13-May-12 18:12
lekhasreekrishna@gmail.com13-May-12 18:12 

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.