Hi there,
I've never done any work with ASP .NET files before so I apologise for a probably basic question.
I have a HTML file and a ASPX file. I need the HTML file to run the ASPX file and display it's contents. The idea is that the ASPX file will connect to a DB and insert something into a table (already working) and display an image. The rest of the html file should display below the image.
At this stage the HTML file displays with the image from the ASPX file not showing. Not sure about how to solve this.
Thanks, Bernie.