E
edb
Hi,
I have a login page that transfers to the next page. On
the next page I want to post someones first and last name.
I already know this ...
LblName.text = "Hello World"
How do you do this ...
LblFirstName.text = rs("firstname") & rs("Lastname")
in .Net
My second question is this. I am strongly familiar with
session variables. Example
session("Customer_ID") = rs("Customer_ID")
How do you do this in .Net
As always, I really appreciate everyones help
thank you,
edb
I have a login page that transfers to the next page. On
the next page I want to post someones first and last name.
I already know this ...
LblName.text = "Hello World"
How do you do this ...
LblFirstName.text = rs("firstname") & rs("Lastname")
in .Net
My second question is this. I am strongly familiar with
session variables. Example
session("Customer_ID") = rs("Customer_ID")
How do you do this in .Net
As always, I really appreciate everyones help
thank you,
edb