B
barry
Hi
I keep username and password in Global.aspx
static public string un = "";
static public string pw = "";
after a user logs in i update un and pw with the input values.
but if i start another instance of the webpage in a new instance of the
webbrowser eg http://localhost/default.aspx the value of un and pw is
changed to new values.
But if i refresh the first instance of webpage value of the 2nd instance of
un and pw is displayed.
how can i solve this problem.
barry
I keep username and password in Global.aspx
static public string un = "";
static public string pw = "";
after a user logs in i update un and pw with the input values.
but if i start another instance of the webpage in a new instance of the
webbrowser eg http://localhost/default.aspx the value of un and pw is
changed to new values.
But if i refresh the first instance of webpage value of the 2nd instance of
un and pw is displayed.
how can i solve this problem.
barry