Session value read only on refresh!
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am setting a session value on login to my web site from a radiobuttonlink. The value is read fine when the page is redirected, but of course, when I do an autopostback or submit to the same page, the session value is not read by my codebehind until I refresh the page. Is there a workaround? I'm thinking I will have to also get the value from Request.Form in order to combat this. BUT...I am using a linkbutton to submit the radiobuttonlist value and I don't know how to grab my radiobuttonlist value so that request.form can read it. I'm drawing a blank on this simple issue. It was so simple to do in regular old ASP! Thanks in advance.