how to pass variables from asp.net to asp ?

  • Thread starter Thread starter jpm
  • Start date Start date
J

jpm

hi,

how can i send variables on asp.net to asp on another site ?

i want to open 2 sites web with the same username and password. one site is
in ASPNET the other is in ASP.i have a link with a url to open access to 2
site.
i want to pass variable and not rewrite username and password to open the 2
site.

many thanks for any help.......

jpm
 
Hi JPM

If you want to pass the value of parameter simply submit a form with an asp file or use a permeate with any asp file

Dinesh
 
Back
Top