Link to home
Start Free TrialLog in
Avatar of Andrew Werber
Andrew Werber

asked on

Problem reading form data from HTML into ASPX page

I created a Web FOrms project in Visual Studio 2015 and I cannot read the form data from a HTML page into an ASPX page. According to everything I've seen on the web, my code should work. But, it does not. When I click the button on the HTML page, the ASPX page gets shown, but the first string in the page_Load event is null.

THis should be trivial, but there's a problem somewhere.
PersonData.html
CreditReport.aspx
CreditReport.aspx.cs
Web.config
ASKER CERTIFIED SOLUTION
Avatar of louisfr
louisfr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Andrew Werber
Andrew Werber

ASKER

thanks! I cannot understand why it took extraordinary help to get this answered.