Click here to Skip to main content
15,884,794 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFiltering in header Pin
byka19-Sep-12 1:40
byka19-Sep-12 1:40 
AnswerRe: Filtering in header Pin
Sandeep Mewara19-Sep-12 9:30
mveSandeep Mewara19-Sep-12 9:30 
Questionlearning asp.net c# linq Pin
Tải CH Play18-Sep-12 21:49
Tải CH Play18-Sep-12 21:49 
AnswerRe: learning asp.net c# linq Pin
Sandeep Mewara18-Sep-12 22:19
mveSandeep Mewara18-Sep-12 22:19 
GeneralRe: learning asp.net c# linq Pin
Richard MacCutchan18-Sep-12 23:20
mveRichard MacCutchan18-Sep-12 23:20 
GeneralRe: learning asp.net c# linq Pin
Sandeep Mewara19-Sep-12 1:32
mveSandeep Mewara19-Sep-12 1:32 
QuestionHow to Create and Access Session Variables Pin
ASPnoob18-Sep-12 20:22
ASPnoob18-Sep-12 20:22 
AnswerRe: How to Create and Access Session Variables Pin
Sandeep Mewara18-Sep-12 22:25
mveSandeep Mewara18-Sep-12 22:25 
ASPnoob wrote:
do I need to use Response.Redirect() method to successfully send session variables to another page

No
ASPnoob wrote:
how do I create and access session variables outside of the pageload method.

similarly as you did now.


Now, overall, you need to understand the concept of Session. First and foremost, it is not page level, it is across the application per user level. For a given user, a session can be created in any page and accessed in any page.

Read about it in much more detail, here:
MSDN: ASP.NET Session State Overview[^]
Exploring Session in ASP.NET[^]
Sandeep Mewara
Microsoft ASP.NET MVP

[My latest Article]: Server side Delimiters in ASP.NET[^]

AnswerRe: How to Create and Access Session Variables Pin
jkirkerx19-Sep-12 10:04
professionaljkirkerx19-Sep-12 10:04 
GeneralRe: How to Create and Access Session Variables Pin
gopal pradhan8-Nov-12 23:25
gopal pradhan8-Nov-12 23:25 
AnswerRe: How to Create and Access Session Variables Pin
niranjan47923-Sep-12 21:15
niranjan47923-Sep-12 21:15 
QuestionTurning a VS2010 project into a control Pin
Syntax 40418-Sep-12 13:35
Syntax 40418-Sep-12 13:35 
AnswerRe: Turning a VS2010 project into a control Pin
Sandeep Mewara18-Sep-12 22:55
mveSandeep Mewara18-Sep-12 22:55 
QuestionDynamic Control Help. Pin
sam_asp.net18-Sep-12 10:13
sam_asp.net18-Sep-12 10:13 
AnswerRe: Dynamic Control Help. Pin
Sandeep Mewara18-Sep-12 22:33
mveSandeep Mewara18-Sep-12 22:33 
QuestionDisplaying multiple overlapping images Pin
avsesis18-Sep-12 3:09
avsesis18-Sep-12 3:09 
AnswerRe: Displaying multiple overlapping images Pin
R. Giskard Reventlov18-Sep-12 5:03
R. Giskard Reventlov18-Sep-12 5:03 
QuestionRun .3.5 website with .net4 on server Pin
golrokh_ka16-Sep-12 21:30
golrokh_ka16-Sep-12 21:30 
AnswerRe: Run .3.5 website with .net4 on server Pin
_Amy17-Sep-12 4:40
professional_Amy17-Sep-12 4:40 
QuestionRun .3.5 website with .net4 on server Pin
golrokh_ka16-Sep-12 21:28
golrokh_ka16-Sep-12 21:28 
QuestionHow to enable tabbing in textbox Pin
vinay_sinha16-Sep-12 21:16
vinay_sinha16-Sep-12 21:16 
AnswerRe: How to enable tabbing in textbox Pin
_Amy17-Sep-12 4:46
professional_Amy17-Sep-12 4:46 
GeneralRe: How to enable tabbing in textbox Pin
vinay_sinha20-Sep-12 21:28
vinay_sinha20-Sep-12 21:28 
Questionhow to apply sorting in grid view field through codebehind Pin
anshu7716-Sep-12 20:37
anshu7716-Sep-12 20:37 
AnswerRe: how to apply sorting in grid view field through codebehind Pin
_Amy17-Sep-12 4:51
professional_Amy17-Sep-12 4:51 

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.