Click here to Skip to main content
16,004,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem in Datagrid with sqldatasource Pin
ChennaiBabu19-Jun-06 0:41
ChennaiBabu19-Jun-06 0:41 
GeneralRe: Problem in Datagrid with sqldatasource Pin
_AK_19-Jun-06 0:47
_AK_19-Jun-06 0:47 
GeneralRe: Problem in Datagrid with sqldatasource Pin
ChennaiBabu19-Jun-06 1:38
ChennaiBabu19-Jun-06 1:38 
GeneralRe: Problem in Datagrid with sqldatasource Pin
_AK_19-Jun-06 1:42
_AK_19-Jun-06 1:42 
Questionpop up calender ? Pin
absprogrammer18-Jun-06 23:15
absprogrammer18-Jun-06 23:15 
Questionproblem in datagrid Pin
nesaraja18-Jun-06 22:14
nesaraja18-Jun-06 22:14 
AnswerRe: problem in datagrid Pin
Suamal18-Jun-06 22:24
Suamal18-Jun-06 22:24 
QuestionSession lose value Pin
Nagraj Naik18-Jun-06 21:29
Nagraj Naik18-Jun-06 21:29 
Hi all,
I am using linkbutton in datagrid and ONCOMMAND event I collect row ID. This Id I am saving in Session("ID").I displayed this session("ID") by messagebox on same page.Everything goes fine,but when I redirect to another page and try to use session("ID") it gives nothing.



Sub Navigation(ByVal sender As Object, ByVal e As CommandEventArgs)
Session("ID") = e.CommandArgument
MsgBox(Session("ID"))
Response.Redirect("ResumeSearchDetails.aspx")
End Sub


///ResumeSearchDetails.aspx

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not Page.IsPostBack Then
MsgBox(Session("ID"))
end if
end sub

MsgBox(Session.SessionID) gives some value on both page which is not same
that means total session is not expired only value lose.


I hope you understand my problem.

Thanks.



Teach Life To Laugh.......

AnswerRe: Session lose value Pin
Suamal18-Jun-06 22:18
Suamal18-Jun-06 22:18 
GeneralRe: Session lose value Pin
Nagraj Naik18-Jun-06 23:11
Nagraj Naik18-Jun-06 23:11 
GeneralRe: Session lose value Pin
Suamal18-Jun-06 23:38
Suamal18-Jun-06 23:38 
GeneralRe: Session lose value [modified] Pin
Nagraj Naik18-Jun-06 23:46
Nagraj Naik18-Jun-06 23:46 
Questiontreeview Pin
constantinejones18-Jun-06 21:28
constantinejones18-Jun-06 21:28 
QuestionPop up [modified] Pin
kuwl_mark18-Jun-06 21:18
kuwl_mark18-Jun-06 21:18 
AnswerRe: Pop up Pin
Suamal18-Jun-06 22:34
Suamal18-Jun-06 22:34 
QuestionTakes too much time Pin
Sandeep Akhare18-Jun-06 20:40
Sandeep Akhare18-Jun-06 20:40 
AnswerRe: Takes too much time Pin
l0kke18-Jun-06 23:14
l0kke18-Jun-06 23:14 
GeneralRe: Takes too much time Pin
Sandeep Akhare19-Jun-06 19:04
Sandeep Akhare19-Jun-06 19:04 
QuestionSuggest me Solution.... Pin
Nagraj Naik18-Jun-06 20:24
Nagraj Naik18-Jun-06 20:24 
QuestionProblem in dropdown Pin
Suamal18-Jun-06 19:44
Suamal18-Jun-06 19:44 
AnswerRe: Problem in dropdown Pin
TheEagle18-Jun-06 21:48
TheEagle18-Jun-06 21:48 
GeneralRe: Problem in dropdown Pin
Suamal18-Jun-06 22:13
Suamal18-Jun-06 22:13 
GeneralRe: Problem in dropdown Pin
Paddy Boyd18-Jun-06 22:36
Paddy Boyd18-Jun-06 22:36 
GeneralRe: Problem in dropdown Pin
Suamal18-Jun-06 22:39
Suamal18-Jun-06 22:39 
QuestionHow can I fix the size of my webpage? Pin
isiran18-Jun-06 19:33
isiran18-Jun-06 19:33 

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.