postback events
I have a button that essentially allows user to login to a website. In the click event, I am setting a session variable with the users name but what is happening is that the session variable is not set until after the page_load event. I was wondering how I can get around this?
|