Hello,
I have a problem (that is probably minor to the experienced).
I have an asp.net page that runs a stored procedure to do a lookup of a username/password.
Works great.
But not I need to pass those two variables to the textbox of a Classic ASP form page. Ok, I admit to not being the C-Sharpest pencil in the drawer (not to mention I'm using VB), but I cannot for the life of me figure out how to send the variables on to the classic ASP page.
I tried session variables but the two handle things quite differently.
Is this something that is relatively easy to do?
I have a problem (that is probably minor to the experienced).
I have an asp.net page that runs a stored procedure to do a lookup of a username/password.
Works great.
But not I need to pass those two variables to the textbox of a Classic ASP form page. Ok, I admit to not being the C-Sharpest pencil in the drawer (not to mention I'm using VB), but I cannot for the life of me figure out how to send the variables on to the classic ASP page.
I tried session variables but the two handle things quite differently.
Is this something that is relatively easy to do?