T
tuxedo
Hi, Gurus,
I have two web forms frm1 and frm2. In frm1, I wrote session("StudentID")=
textbox1.text in a button click event. And then, Response.redirect("...frm2")
In frm2, Page_load event, I tried both response.write session("StudentID") and
textbox2.text=session("studentID"), none of them showing me what I got from frm1.
I don't know why??
My web.config reads:
.....................
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user id=sa;password="
cookieless="false"
timeout="20"
/>
........................
Please help!!!
Thank you
I have two web forms frm1 and frm2. In frm1, I wrote session("StudentID")=
textbox1.text in a button click event. And then, Response.redirect("...frm2")
In frm2, Page_load event, I tried both response.write session("StudentID") and
textbox2.text=session("studentID"), none of them showing me what I got from frm1.
I don't know why??
My web.config reads:
.....................
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user id=sa;password="
cookieless="false"
timeout="20"
/>
........................
Please help!!!
Thank you