Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question[Message Deleted] Pin
shantanusenin14-Apr-09 18:45
shantanusenin14-Apr-09 18:45 
AnswerRe: error "Missing file: Urgent Pin
Yusuf14-Apr-09 18:54
Yusuf14-Apr-09 18:54 
AnswerRe: error "Missing file: Urgent Pin
Abhijit Jana14-Apr-09 19:05
professionalAbhijit Jana14-Apr-09 19:05 
AnswerRe: error "Missing file: Urgent Pin
Christian Graus14-Apr-09 21:07
protectorChristian Graus14-Apr-09 21:07 
QuestionProblem to sending mail Pin
Shahdat Hosain14-Apr-09 6:18
Shahdat Hosain14-Apr-09 6:18 
AnswerRe: Problem to sending mail Pin
Yusuf14-Apr-09 9:17
Yusuf14-Apr-09 9:17 
AnswerRe: Problem to sending mail Pin
Abhijit Jana14-Apr-09 19:40
professionalAbhijit Jana14-Apr-09 19:40 
QuestionWhy does one session variable store multiple values? Pin
Tomz_KV14-Apr-09 6:10
Tomz_KV14-Apr-09 6:10 
My web site uses a master page developed by a consultanting company, in which a custom control generates a session variable Session["Url"] that keeps the Url of the current page. After visiting several pages (all uses the same master page, Url1, Url2.....), I display the value of the Session["Url"] on my testing page that does not use the master page with one line of code:

Response.Write(Session["Url"].ToString());

It displays the last Url I visited. However, when I refresh this page continuously, I see a different value each time for all the pages I visited. Why does one session variable keeps multiple values? I could not duplicate this behavior with my own pages by assigning different values to Session["Url"] multiple times. It always stores the last value I assigned. Does anyone know why? This has created a big problem for me because the Session["Url"] is used to redirect a user back to where he comes from after login.

Thanks,

TOMZ_KV

AnswerRe: Why does one session variable store multiple values? Pin
Yusuf14-Apr-09 9:22
Yusuf14-Apr-09 9:22 
GeneralRe: Why does one session variable store multiple values? Pin
Tomz_KV14-Apr-09 9:41
Tomz_KV14-Apr-09 9:41 
AnswerRe: Why does one session variable store multiple values? Pin
Tomz_KV15-Apr-09 3:31
Tomz_KV15-Apr-09 3:31 
QuestionDetecting changes on a page Pin
dptalt14-Apr-09 4:44
dptalt14-Apr-09 4:44 
AnswerRe: Detecting changes on a page Pin
binarymax14-Apr-09 5:32
binarymax14-Apr-09 5:32 
GeneralRe: Detecting changes on a page Pin
dptalt14-Apr-09 5:44
dptalt14-Apr-09 5:44 
GeneralRe: Detecting changes on a page Pin
binarymax14-Apr-09 6:07
binarymax14-Apr-09 6:07 
GeneralRe: Detecting changes on a page Pin
dptalt14-Apr-09 6:52
dptalt14-Apr-09 6:52 
GeneralRe: Detecting changes on a page Pin
binarymax14-Apr-09 9:20
binarymax14-Apr-09 9:20 
AnswerRe: Detecting changes on a page Pin
Yusuf14-Apr-09 9:24
Yusuf14-Apr-09 9:24 
QuestionVS2008 SOAP Client - losing Session problem [modified] Pin
Vozzie214-Apr-09 4:44
Vozzie214-Apr-09 4:44 
AnswerRe: VS2008 SOAP Client - losing Session problem Pin
anbam15-Nov-10 22:54
anbam15-Nov-10 22:54 
QuestionScroll bars of TreeView should be invisble when they are disabled by using CSS class Pin
indian14314-Apr-09 3:35
indian14314-Apr-09 3:35 
AnswerRe: Scroll bars of TreeView should be invisble when they are disabled by using CSS class Pin
binarymax14-Apr-09 3:41
binarymax14-Apr-09 3:41 
GeneralRe: Scroll bars of TreeView should be invisble when they are disabled by using CSS class Pin
indian14314-Apr-09 19:45
indian14314-Apr-09 19:45 
QuestionThread locking and ASP.NET [modified] Pin
binarymax14-Apr-09 3:08
binarymax14-Apr-09 3:08 
Questionpotential solutions for recording video from client webcam Pin
hardboy11114-Apr-09 2:49
hardboy11114-Apr-09 2:49 

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.