HTML and ASPX

  • Thread starter Thread starter Charles A. Lackman
  • Start date Start date
C

Charles A. Lackman

Hello,
I have a .net (aspx) web site that also contains some straight HTML pages.
I can send data between aspx pages using Visual Basic .NET:
Session("Something") = Value

Is there a way to send data from the HTML Page to the ASPX (.NET) page?

I need to retrieve the Value from the code behind page of the ASPX page.

Any suggestions will be greatly appreciated.

Thanks,

Chuck
 
Back
Top