variable reading

  • Thread starter Thread starter ven
  • Start date Start date
V

ven

Hello

i have a question about two aspx files...I have a variable in one page
called login.aspx and when user correctly loged another page is
opening...this second page is called default.aspx....
how to read a variable from login.aspx when i`am in default.aspx.....
or maybe there are a global variables that i can use in my web service ?

i`m using Web Matrix to build my site

Thanks

Ven
 
Pass the variable from login.aspx to default.aspx thru' querystring
or if you want the variable value to be accessed in all the pages after login.asp
use Session object to store the value


----- ven wrote: ----

Hell

i have a question about two aspx files...I have a variable in one pag
called login.aspx and when user correctly loged another page i
opening...this second page is called default.aspx...
how to read a variable from login.aspx when i`am in default.aspx....
or maybe there are a global variables that i can use in my web service

i`m using Web Matrix to build my sit

Thank

Ve
 
Back
Top