Click here to Skip to main content
15,913,027 members
Home / Discussions / C#
   

C#

 
GeneralDiffgram Updates Pin
MrJJKoolJ6-May-04 7:31
MrJJKoolJ6-May-04 7:31 
GeneralRe: Diffgram Updates Pin
Mazdak6-May-04 7:45
Mazdak6-May-04 7:45 
GeneralRe: Diffgram Updates Pin
MrJJKoolJ6-May-04 8:30
MrJJKoolJ6-May-04 8:30 
GeneralRe: Diffgram Updates Pin
Mazdak6-May-04 8:36
Mazdak6-May-04 8:36 
Generalphp request Pin
Alex Getman6-May-04 6:09
Alex Getman6-May-04 6:09 
GeneralRe: php request Pin
Heath Stewart6-May-04 8:02
protectorHeath Stewart6-May-04 8:02 
GeneralRe: php request Pin
leppie6-May-04 9:13
leppie6-May-04 9:13 
GeneralRe: php request Pin
Alex Getman6-May-04 10:15
Alex Getman6-May-04 10:15 
GeneralRe: php request Pin
Heath Stewart6-May-04 10:24
protectorHeath Stewart6-May-04 10:24 
QuestionPassing Parameters using OnSelectedIndexChanged? Pin
stan286-May-04 6:07
stan286-May-04 6:07 
AnswerRe: Passing Parameters using OnSelectedIndexChanged? Pin
Mazdak6-May-04 6:57
Mazdak6-May-04 6:57 
GeneralRe: Passing Parameters using OnSelectedIndexChanged? Pin
leppie6-May-04 9:15
leppie6-May-04 9:15 
GeneralRe: Passing Parameters using OnSelectedIndexChanged? Pin
stan286-May-04 9:18
stan286-May-04 9:18 
GeneralRe: Passing Parameters using OnSelectedIndexChanged? Pin
Mazdak6-May-04 9:21
Mazdak6-May-04 9:21 
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 

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.