Click here to Skip to main content
15,896,398 members
Home / Discussions / C#
   

C#

 
QuestionLog on services as Local System account Pin
Developer6119-Sep-07 23:13
Developer6119-Sep-07 23:13 
QuestionSelecting a tree node?? Pin
Muammar©9-Sep-07 22:58
Muammar©9-Sep-07 22:58 
AnswerRe: Selecting a tree node?? Pin
Pete O'Hanlon9-Sep-07 23:08
mvePete O'Hanlon9-Sep-07 23:08 
GeneralRe: Selecting a tree node?? Pin
Muammar©10-Sep-07 1:10
Muammar©10-Sep-07 1:10 
AnswerRe: Selecting a tree node?? Pin
Abisodun10-Sep-07 1:36
Abisodun10-Sep-07 1:36 
GeneralRe: Selecting a tree node?? Pin
Muammar©10-Sep-07 19:39
Muammar©10-Sep-07 19:39 
GeneralRe: Selecting a tree node?? Pin
Abisodun11-Sep-07 1:55
Abisodun11-Sep-07 1:55 
QuestionHow find class name and constructor in a cs file ? Pin
topcatalpha9-Sep-07 22:20
topcatalpha9-Sep-07 22:20 
AnswerRe: How find class name and constructor in a cs file ? Pin
Paul Conrad14-Sep-07 19:03
professionalPaul Conrad14-Sep-07 19:03 
GeneralRe: How find class name and constructor in a cs file ? Pin
topcatalpha16-Sep-07 20:51
topcatalpha16-Sep-07 20:51 
QuestionSession.clear ans session.abandon Pin
Sonia Gupta9-Sep-07 22:14
Sonia Gupta9-Sep-07 22:14 
AnswerRe: Session.clear ans session.abandon Pin
Pete O'Hanlon9-Sep-07 22:55
mvePete O'Hanlon9-Sep-07 22:55 
AnswerRe: Session.clear ans session.abandon Pin
Guffa9-Sep-07 23:10
Guffa9-Sep-07 23:10 
GeneralRe: Session.clear ans session.abandon Pin
Sonia Gupta9-Sep-07 23:17
Sonia Gupta9-Sep-07 23:17 
GeneralRe: Session.clear ans session.abandon Pin
Pete O'Hanlon9-Sep-07 23:29
mvePete O'Hanlon9-Sep-07 23:29 
GeneralRe: Session.clear ans session.abandon Pin
Sonia Gupta9-Sep-07 23:34
Sonia Gupta9-Sep-07 23:34 
AnswerRe: Session.clear ans session.abandon Pin
Guffa9-Sep-07 23:41
Guffa9-Sep-07 23:41 
GeneralRe: Session.clear ans session.abandon Pin
Sonia Gupta9-Sep-07 23:55
Sonia Gupta9-Sep-07 23:55 
GeneralRe: Session.clear ans session.abandon Pin
Pete O'Hanlon10-Sep-07 0:01
mvePete O'Hanlon10-Sep-07 0:01 
Suppose that you want to continue working with the session in the context of the page, but you want the session to be cleared when you leave the page. If your page hosts another page in an iframe, then the inner page also has access to the session variable. This means that you can abandon the variable in the Page_Load, and still access it in the inner page.

Deja View - the feeling that you've seen this post before.

GeneralRe: Session.clear ans session.abandon Pin
Sonia Gupta10-Sep-07 0:04
Sonia Gupta10-Sep-07 0:04 
GeneralRe: Session.clear ans session.abandon Pin
Pete O'Hanlon10-Sep-07 0:28
mvePete O'Hanlon10-Sep-07 0:28 
GeneralRe: Session.clear ans session.abandon Pin
Virendrak10-Sep-07 1:34
Virendrak10-Sep-07 1:34 
GeneralRe: Session.clear ans session.abandon Pin
Pete O'Hanlon10-Sep-07 1:42
mvePete O'Hanlon10-Sep-07 1:42 
GeneralRe: Session.clear ans session.abandon Pin
Virendrak10-Sep-07 1:36
Virendrak10-Sep-07 1:36 
AnswerRe: Session.clear ans session.abandon Pin
Guffa10-Sep-07 11:02
Guffa10-Sep-07 11:02 

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.