Wednesday, March 21, 2012

HTML and ASPX

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,
Chuckyou can use querystrings or hidden fields to pass values from htm to aspx
"Charles A. Lackman" <Charles@.cet.com> wrote in message
news:uWdivuCKEHA.2680@.TK2MSFTNGP11.phx.gbl...
> 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
>
>

No comments:

Post a Comment