Passing variables from ASP.NET form to Classic ASP

Ralleous

New member
Joined
Jul 26, 2005
Messages
4
Programming Experience
Beginner
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?
 
Can you send it over in the querystring?

Tg
 
actually they are confindential logins for students and sending them via the hyperlink wouldn't work.

I tried session variables but from ASP.NET to ASP doesn't play nice
 
Back
Top