Click here to Skip to main content
15,895,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Upload File error Pin
Sandeep Mewara6-Jul-10 23:38
mveSandeep Mewara6-Jul-10 23:38 
QuestionASP.Net Crystal Reports Pin
indian1436-Jul-10 15:24
indian1436-Jul-10 15:24 
AnswerRe: ASP.Net Crystal Reports Pin
Sandeep Mewara6-Jul-10 19:14
mveSandeep Mewara6-Jul-10 19:14 
GeneralRe: ASP.Net Crystal Reports Pin
indian1436-Jul-10 19:16
indian1436-Jul-10 19:16 
GeneralRe: ASP.Net Crystal Reports Pin
Sandeep Mewara6-Jul-10 19:20
mveSandeep Mewara6-Jul-10 19:20 
Questionrdlc Pin
Thanusree Duth6-Jul-10 0:35
Thanusree Duth6-Jul-10 0:35 
AnswerRe: rdlc Pin
The Man from U.N.C.L.E.6-Jul-10 8:05
The Man from U.N.C.L.E.6-Jul-10 8:05 
Questionneed detail info about session [modified] Pin
dittu75-Jul-10 23:40
dittu75-Jul-10 23:40 
Hi,
i'm using session in my application. and code is like this
in page1.aspx.cs under button_click event
If CheckBox1.Checked = True Then
session("value") = "chkT"
Else
Session("value") = "chkF"
End If


in page2.aspx.cs under form_load event
Dim check As String = Session("value")
If (check = "chkT") Then
    code goes here
ElseIf (check = "chkF") Then
    code goes here
End If


now the problem is the strings chkT or chkF are not taken by session in the "value", don't know why it is not taking. though it works now. if i restart the PC i'm getting the same problem..

please solve this problem. or atleast tell me are there any other ways to pass the value to page2.aspx from page1.aspx with out displaying that page2.aspx on browser..

modified on Tuesday, July 6, 2010 6:17 AM

AnswerRe: need detail info about session Pin
Ankur\m/6-Jul-10 0:07
professionalAnkur\m/6-Jul-10 0:07 
AnswerRe: need detail info about session Pin
raju melveetilpurayil6-Jul-10 1:48
professionalraju melveetilpurayil6-Jul-10 1:48 
GeneralRe: need detail info about session Pin
dittu76-Jul-10 23:00
dittu76-Jul-10 23:00 
GeneralRe: need detail info about session Pin
raju melveetilpurayil7-Jul-10 7:25
professionalraju melveetilpurayil7-Jul-10 7:25 
QuestionAccess value from dynamically generated textboxes in the gridview. Pin
anada88865-Jul-10 20:41
anada88865-Jul-10 20:41 
AnswerRe: Access value from dynamically generated textboxes in the gridview. Pin
m@dhu5-Jul-10 22:20
m@dhu5-Jul-10 22:20 
AnswerRe: Access value from dynamically generated textboxes in the gridview. Pin
anada88866-Jul-10 0:33
anada88866-Jul-10 0:33 
QuestionGridrow Pin
bigphish5-Jul-10 19:49
bigphish5-Jul-10 19:49 
AnswerRe: Gridrow Pin
Nishant Singh5-Jul-10 20:23
Nishant Singh5-Jul-10 20:23 
Questionasp .net rdlc Pin
Thanusree Duth5-Jul-10 19:06
Thanusree Duth5-Jul-10 19:06 
AnswerRe: asp .net rdlc Pin
raju melveetilpurayil5-Jul-10 19:30
professionalraju melveetilpurayil5-Jul-10 19:30 
QuestionHow to fix datareader problem? Pin
Sr...Frank5-Jul-10 2:34
Sr...Frank5-Jul-10 2:34 
AnswerRe: How to fix datareader problem? Pin
m@dhu5-Jul-10 2:56
m@dhu5-Jul-10 2:56 
GeneralRe: How to fix datareader problem? Pin
Sr...Frank5-Jul-10 3:16
Sr...Frank5-Jul-10 3:16 
GeneralRe: How to fix datareader problem? Pin
michaelschmitt5-Jul-10 9:14
michaelschmitt5-Jul-10 9:14 
AnswerRe: How to fix datareader problem? Pin
Kannan Ar5-Jul-10 16:20
professionalKannan Ar5-Jul-10 16:20 
Questionhow to send message at particular time Pin
mpriyanka1235-Jul-10 2:03
mpriyanka1235-Jul-10 2:03 

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.