shlvy Posted October 27, 2003 Posted October 27, 2003 Hello I use ASP.NET in my site. When i login with UserName and Password and use Session the Session is work correctly , but only after making refresh. For example, when you login your na,e should show and when you leave the site and return you should see a welcome sentence, but the sentence show only after i make a refresh , if there is no solution for that , maybe there is any code of making 1 refresh in Load_Page. Thanks Quote
Moderators Robby Posted October 27, 2003 Moderators Posted October 27, 2003 Can you post some code since I cannot make out what you are doing in which order. Quote Visit...Bassic Software
mr relaxo Posted October 28, 2003 Posted October 28, 2003 response.redirect("nameofpageyouwanttoreload.aspx") that'll reload your page from the server. newly created session variables aren't available till after postback. Quote You can not get ye flask.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.