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

ASP.NET

 
QuestionCMS products Pin
Member 391904931-Oct-08 9:54
Member 391904931-Oct-08 9:54 
AnswerRe: CMS products Pin
Waleed Eissa1-Nov-08 16:28
Waleed Eissa1-Nov-08 16:28 
QuestionApp_code classes Pin
reogeo200831-Oct-08 8:03
reogeo200831-Oct-08 8:03 
AnswerRe: App_code classes Pin
Parwej Ahamad31-Oct-08 8:22
professionalParwej Ahamad31-Oct-08 8:22 
GeneralRe: App_code classes Pin
reogeo200831-Oct-08 18:01
reogeo200831-Oct-08 18:01 
GeneralRe: App_code classes Pin
kandalu31-Oct-08 21:36
kandalu31-Oct-08 21:36 
Questionsession extend on multi pages Pin
amit201131-Oct-08 7:38
amit201131-Oct-08 7:38 
AnswerRe: session extend on multi pages [modified] Pin
Parwej Ahamad31-Oct-08 7:40
professionalParwej Ahamad31-Oct-08 7:40 
Yes, You can it same way. At once you set the value in session you can access it any page, if session is not expired.

Get session value:

if( Session["x"] != null )
     String txtValue=Convert.ToString(Session["x"]);


Parwej Ahamad
g.parwez@gmail.com


modified on Friday, October 31, 2008 1:59 PM

GeneralRe: session extend on multi pages Pin
amit201131-Oct-08 7:56
amit201131-Oct-08 7:56 
GeneralRe: session extend on multi pages Pin
Parwej Ahamad31-Oct-08 7:58
professionalParwej Ahamad31-Oct-08 7:58 
QuestionSecurity Exception Pin
reogeo200831-Oct-08 6:46
reogeo200831-Oct-08 6:46 
AnswerRe: Security Exception Pin
Guffa31-Oct-08 7:14
Guffa31-Oct-08 7:14 
QuestionLogin skipped for Flash object Pin
Talal Sultan31-Oct-08 4:07
Talal Sultan31-Oct-08 4:07 
AnswerRe: Login skipped for Flash object Pin
NeverHeardOfMe31-Oct-08 4:22
NeverHeardOfMe31-Oct-08 4:22 
Questioncopy-paste errors Pin
TerRO_GirL31-Oct-08 3:54
TerRO_GirL31-Oct-08 3:54 
AnswerRe: copy-paste errors Pin
NeverHeardOfMe31-Oct-08 4:04
NeverHeardOfMe31-Oct-08 4:04 
GeneralRe: copy-paste errors Pin
TerRO_GirL31-Oct-08 5:56
TerRO_GirL31-Oct-08 5:56 
GeneralRe: copy-paste errors Pin
Ashfield31-Oct-08 6:03
Ashfield31-Oct-08 6:03 
GeneralRe: copy-paste errors Pin
TerRO_GirL31-Oct-08 6:46
TerRO_GirL31-Oct-08 6:46 
GeneralRe: copy-paste errors Pin
Ashfield31-Oct-08 10:08
Ashfield31-Oct-08 10:08 
GeneralRe: copy-paste errors Pin
TerRO_GirL1-Nov-08 1:31
TerRO_GirL1-Nov-08 1:31 
GeneralRe: copy-paste errors Pin
Ashfield2-Nov-08 19:58
Ashfield2-Nov-08 19:58 
GeneralRe: copy-paste errors Pin
TerRO_GirL2-Nov-08 20:44
TerRO_GirL2-Nov-08 20:44 
GeneralRe: copy-paste errors Pin
Ashfield3-Nov-08 8:40
Ashfield3-Nov-08 8:40 
GeneralRe: copy-paste errors Pin
TerRO_GirL3-Nov-08 8:54
TerRO_GirL3-Nov-08 8:54 

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.