Click here to Skip to main content
15,891,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSession Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Member 382422429-Apr-08 19:01
Member 382422429-Apr-08 19:01 
AnswerRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Abhijit Jana29-Apr-08 19:35
professionalAbhijit Jana29-Apr-08 19:35 
AnswerRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
_AK_29-Apr-08 19:44
_AK_29-Apr-08 19:44 
AnswerRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Christian Graus29-Apr-08 19:46
protectorChristian Graus29-Apr-08 19:46 
GeneralRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Member 382422430-Apr-08 0:05
Member 382422430-Apr-08 0:05 
GeneralRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Christian Graus30-Apr-08 1:52
protectorChristian Graus30-Apr-08 1:52 
AnswerRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Vasudevan Deepak Kumar29-Apr-08 22:30
Vasudevan Deepak Kumar29-Apr-08 22:30 
GeneralRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Member 382422430-Apr-08 0:04
Member 382422430-Apr-08 0:04 
Login.aspx
gstrUserId = gmdataset.Tables(0).Rows(0)(0)
Session("USERID") = gstrUserId

game.aspx
dim lstrvalue as string
lstrvalue = Session("USERID").ToString
But i am not getting a value .but i am getting nothing only.How can i get a session value.

KR.RAMESH

GeneralRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Member 382422430-Apr-08 0:05
Member 382422430-Apr-08 0:05 
Questiondatabase having large number of records Pin
Kartik Rathi29-Apr-08 18:30
Kartik Rathi29-Apr-08 18:30 
AnswerRe: database having large number of records Pin
Abhijit Jana29-Apr-08 19:39
professionalAbhijit Jana29-Apr-08 19:39 
AnswerRe: database having large number of records Pin
Christian Graus29-Apr-08 19:41
protectorChristian Graus29-Apr-08 19:41 
GeneralRe: database having large number of records Pin
saini arun30-Apr-08 8:28
saini arun30-Apr-08 8:28 
AnswerRe: database having large number of records Pin
_AK_29-Apr-08 19:51
_AK_29-Apr-08 19:51 
AnswerRe: database having large number of records Pin
Vasudevan Deepak Kumar29-Apr-08 22:27
Vasudevan Deepak Kumar29-Apr-08 22:27 
Questionhow format string Pin
jason_mf29-Apr-08 17:31
jason_mf29-Apr-08 17:31 
AnswerRe: how format string Pin
Harini N K29-Apr-08 18:39
Harini N K29-Apr-08 18:39 
GeneralRe: how format string Pin
jason_mf29-Apr-08 18:53
jason_mf29-Apr-08 18:53 
GeneralRe: how format string [modified] Pin
Harini N K29-Apr-08 19:10
Harini N K29-Apr-08 19:10 
AnswerRe: how format string Pin
ChrisKo30-Apr-08 4:53
ChrisKo30-Apr-08 4:53 
Questioncontrol in EdititemTemplate Pin
jason_mf29-Apr-08 17:06
jason_mf29-Apr-08 17:06 
AnswerRe: control in EdititemTemplate Pin
Vasudevan Deepak Kumar30-Apr-08 1:47
Vasudevan Deepak Kumar30-Apr-08 1:47 
QuestionAutomatically delete data from a database [modified] Pin
ASPnoob29-Apr-08 15:47
ASPnoob29-Apr-08 15:47 
AnswerRe: Automatically delete data from a database Pin
Christian Graus29-Apr-08 16:08
protectorChristian Graus29-Apr-08 16:08 
GeneralRe: Automatically delete data from a database Pin
ASPnoob29-Apr-08 16:49
ASPnoob29-Apr-08 16:49 

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.