Click here to Skip to main content
16,012,316 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsession values lost in release mode Pin
Dpriya16-Sep-08 14:25
Dpriya16-Sep-08 14:25 
AnswerRe: session values lost in release mode Pin
Gayani Devapriya16-Sep-08 21:25
Gayani Devapriya16-Sep-08 21:25 
AnswerRe: session values lost in release mode Pin
Sandeep Akhare16-Sep-08 23:12
Sandeep Akhare16-Sep-08 23:12 
QuestionSession name Pin
michael_jhons16-Sep-08 7:40
michael_jhons16-Sep-08 7:40 
AnswerRe: Session name Pin
Paul Conrad16-Sep-08 8:31
professionalPaul Conrad16-Sep-08 8:31 
AnswerRe: Session name Pin
NeverHeardOfMe16-Sep-08 8:59
NeverHeardOfMe16-Sep-08 8:59 
GeneralRe: Session name Pin
michael_jhons16-Sep-08 23:40
michael_jhons16-Sep-08 23:40 
GeneralRe: Session name Pin
Sandeep Akhare17-Sep-08 0:01
Sandeep Akhare17-Sep-08 0:01 
How are you adding to Session ?
If you are adding ussing index then you should retrive in same way (providing the same index)
If you are giving a name(as key) while adding but while retriving you don't have that name then you can't get as there might gave n number of key value pairs in the Session
By the way why you want to retrive the name from session ?
Session.Keys will return all the Keys (name) stored in that session

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "

Check My Blog

GeneralRe: Session name Pin
michael_jhons17-Sep-08 1:00
michael_jhons17-Sep-08 1:00 
AnswerRe: Session name Pin
Steve Echols16-Sep-08 19:56
Steve Echols16-Sep-08 19:56 
Question[Message Deleted] Pin
sameera2816-Sep-08 5:48
sameera2816-Sep-08 5:48 
AnswerRe: web hosting service Pin
NeverHeardOfMe16-Sep-08 7:20
NeverHeardOfMe16-Sep-08 7:20 
QuestionAbout GrideView Bind IList<t></t> Pin
jason_mf16-Sep-08 4:17
jason_mf16-Sep-08 4:17 
AnswerRe: About GrideView Bind IList Pin
N a v a n e e t h16-Sep-08 5:40
N a v a n e e t h16-Sep-08 5:40 
Questionextracting sustrings from a string to array Pin
wajans16-Sep-08 3:54
wajans16-Sep-08 3:54 
AnswerRe: extracting sustrings from a string to array Pin
Linda1st16-Sep-08 10:06
Linda1st16-Sep-08 10:06 
QuestionUnable to evaluate expression because the code is optimized or a native frame is on top of the call stack error Pin
sanjubaba16-Sep-08 3:48
sanjubaba16-Sep-08 3:48 
AnswerRe: Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack error Pin
Sandeep Akhare16-Sep-08 21:47
Sandeep Akhare16-Sep-08 21:47 
GeneralRe: Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack error Pin
sanjubaba17-Sep-08 19:39
sanjubaba17-Sep-08 19:39 
QuestionRating System Pin
ncsubbu16-Sep-08 3:00
professionalncsubbu16-Sep-08 3:00 
AnswerRe: Rating System Pin
eyeseetee16-Sep-08 4:33
eyeseetee16-Sep-08 4:33 
AnswerRe: Rating System Pin
Paul Conrad16-Sep-08 8:32
professionalPaul Conrad16-Sep-08 8:32 
Questioncatch the onclick of the linkbutton in gridview Pin
eyeseetee16-Sep-08 2:20
eyeseetee16-Sep-08 2:20 
AnswerRe: catch the onclick of the linkbutton in gridview Pin
Sandeep Akhare16-Sep-08 21:43
Sandeep Akhare16-Sep-08 21:43 
QuestionComboBox Selected Index Changed Pin
omlac16-Sep-08 1:12
omlac16-Sep-08 1: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.