Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
AnswerRe: Passing Parameters using OnSelectedIndexChanged? Pin
Jesse Squire7-May-04 1:47
Jesse Squire7-May-04 1:47 
GeneralNeedleman Wunsch Pin
NiteShade6-May-04 5:44
NiteShade6-May-04 5:44 
GeneralRe: Needleman Wunsch Pin
Jeff Varszegi6-May-04 6:10
professionalJeff Varszegi6-May-04 6:10 
GeneralRe: Needleman Wunsch Pin
NiteShade6-May-04 6:26
NiteShade6-May-04 6:26 
GeneralRe: Needleman Wunsch Pin
Jeff Varszegi6-May-04 6:36
professionalJeff Varszegi6-May-04 6:36 
GeneralSession object Pin
SJ_Phoenix6-May-04 5:42
SJ_Phoenix6-May-04 5:42 
GeneralRe: Session object Pin
Mazdak6-May-04 5:53
Mazdak6-May-04 5:53 
GeneralRe: Session object Pin
Heath Stewart6-May-04 8:06
protectorHeath Stewart6-May-04 8:06 
If you actually read the documentation, you'd see that it's in the System.Web.dll assembly under the System.Web.SessionState namespace (as Mazdak mentioned). You can't simply just use it, though. It's bound to the current HttpContext for a user. You can get this from the HttpContext.Current property (returns the current HttpContext, the class which defines a Session property) and the Page class.

 

Microsoft MVP, Visual C#
My Articles
Generalassembly binding log file Pin
godzooky6-May-04 4:51
godzooky6-May-04 4:51 
GeneralRe: assembly binding log file Pin
Heath Stewart6-May-04 5:20
protectorHeath Stewart6-May-04 5:20 
GeneralRe: assembly binding log file Pin
godzooky6-May-04 5:24
godzooky6-May-04 5:24 
GeneralRe: assembly binding log file Pin
Heath Stewart6-May-04 5:34
protectorHeath Stewart6-May-04 5:34 
GeneralRe: assembly binding log file Pin
godzooky6-May-04 5:49
godzooky6-May-04 5:49 
GeneralRe: assembly binding log file Pin
Heath Stewart6-May-04 6:36
protectorHeath Stewart6-May-04 6:36 
GeneralC# windows forms app and the theme manifest file Pin
Nish Nishant6-May-04 4:31
sitebuilderNish Nishant6-May-04 4:31 
GeneralRe: C# windows forms app and the theme manifest file Pin
Heath Stewart6-May-04 5:16
protectorHeath Stewart6-May-04 5:16 
GeneralRe: C# windows forms app and the theme manifest file Pin
Nish Nishant6-May-04 8:39
sitebuilderNish Nishant6-May-04 8:39 
QuestionHow to get a point within a circle Pin
Alan Zhao6-May-04 4:16
Alan Zhao6-May-04 4:16 
AnswerRe: How to get a point within a circle Pin
Broken God6-May-04 4:19
Broken God6-May-04 4:19 
AnswerRe: How to get a point within a circle Pin
Bill Dean6-May-04 4:57
Bill Dean6-May-04 4:57 
AnswerRe: How to get a point within a circle Pin
SimonS6-May-04 5:30
SimonS6-May-04 5:30 
AnswerRe: How to get a point within a circle Pin
Alan Zhao6-May-04 6:21
Alan Zhao6-May-04 6:21 
GeneralRe: How to get a point within a circle Pin
SimonS6-May-04 6:30
SimonS6-May-04 6:30 
GeneralRe: How to get a point within a circle Pin
Alan Zhao6-May-04 7:01
Alan Zhao6-May-04 7:01 
GeneralRe: How to get a point within a circle Pin
Bill Dean6-May-04 7:22
Bill Dean6-May-04 7:22 

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.