Click here to Skip to main content
15,908,013 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to check if a folder path exists. Pin
NanaAM27-Jun-07 19:50
NanaAM27-Jun-07 19:50 
AnswerRe: How to check if a folder path exists. Pin
Tamimi - Code27-Jun-07 19:51
Tamimi - Code27-Jun-07 19:51 
AnswerRe: How to check if a folder path exists. Pin
Vasudevan Deepak Kumar27-Jun-07 20:59
Vasudevan Deepak Kumar27-Jun-07 20:59 
QuestionSession state in ASP.NET Pin
drexler_kk27-Jun-07 19:45
drexler_kk27-Jun-07 19:45 
AnswerRe: Session state in ASP.NET Pin
sathesh pandian27-Jun-07 19:49
sathesh pandian27-Jun-07 19:49 
GeneralRe: Session state in ASP.NET Pin
drexler_kk27-Jun-07 20:13
drexler_kk27-Jun-07 20:13 
GeneralRe: Session state in ASP.NET Pin
sathesh pandian27-Jun-07 20:20
sathesh pandian27-Jun-07 20:20 
GeneralRe: Session state in ASP.NET Pin
drexler_kk27-Jun-07 21:20
drexler_kk27-Jun-07 21:20 
Sorry,I still unable to use the session as normal way in ASP. Anyone can tell me whats the problem actually?


This is the code I use to create the session on MemberPage1:

//The textbox1 is the username. I create it as a session to pass to other page.
Session("Username") = TextBox1.Text



This is the code I use on another page MemberPage2:

Dim Username As String
Label3.Text = "Welcome " & Session("Username") & ""
//I want to test it with displaying a welcome follow by username.



But the above code doesn't work. Anyone can tell me the error or any other solution?

Thank you~!
GeneralRe: Session state in ASP.NET Pin
Sathesh Sakthivel27-Jun-07 20:21
Sathesh Sakthivel27-Jun-07 20:21 
QuestionOpen PDF files Pin
Biju Sam27-Jun-07 19:08
Biju Sam27-Jun-07 19:08 
AnswerRe: Open PDF files Pin
sathesh pandian27-Jun-07 19:15
sathesh pandian27-Jun-07 19:15 
AnswerRe: Open PDF files Pin
Sathesh Sakthivel27-Jun-07 19:19
Sathesh Sakthivel27-Jun-07 19:19 
GeneralRe: Open PDF files Pin
Biju Sam27-Jun-07 19:35
Biju Sam27-Jun-07 19:35 
GeneralRe: Open PDF files Pin
sathesh pandian27-Jun-07 19:43
sathesh pandian27-Jun-07 19:43 
GeneralRe: Open PDF files Pin
Kasson27-Jun-07 19:46
Kasson27-Jun-07 19:46 
GeneralRe: Open PDF files Pin
Biju Sam27-Jun-07 20:32
Biju Sam27-Jun-07 20:32 
QuestionHow to implement an aspect factory Pin
rameshbhojan27-Jun-07 19:07
rameshbhojan27-Jun-07 19:07 
AnswerRe: How to implement an aspect factory Pin
Sathesh Sakthivel27-Jun-07 19:21
Sathesh Sakthivel27-Jun-07 19:21 
GeneralRe: How to implement an aspect factory Pin
rameshbhojan27-Jun-07 19:36
rameshbhojan27-Jun-07 19:36 
GeneralRe: How to implement an aspect factory Pin
Sathesh Sakthivel27-Jun-07 19:54
Sathesh Sakthivel27-Jun-07 19:54 
GeneralRe: How to implement an aspect factory Pin
Christian Graus27-Jun-07 20:41
protectorChristian Graus27-Jun-07 20:41 
Questioncreate a forum like code project Pin
accessred27-Jun-07 18:17
accessred27-Jun-07 18:17 
AnswerRe: create a forum like code project Pin
Sathesh Sakthivel27-Jun-07 18:37
Sathesh Sakthivel27-Jun-07 18:37 
GeneralRe: create a forum like code project Pin
accessred27-Jun-07 19:57
accessred27-Jun-07 19:57 
AnswerRe: create a forum like code project Pin
sathesh pandian27-Jun-07 18:49
sathesh pandian27-Jun-07 18: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.