placing response.writefile in web page

  • Thread starter Thread starter Gert Albertse
  • Start date Start date
G

Gert Albertse

I'm reading a html file with response.writefile into a aspx web page. If I
want to add a separate header or footer or anything else to the aspx web
page, the response.writefile is the first part. My question is, how to place
it in somewhere on the web page specific e.g.. table.
 
You can create a label/literal, and set that text to be the file.

e.g.

Instead of Response.Write
Write the html file into a string
then set you label/literal text to = that string

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top