Dynamic Content

  • Thread starter Thread starter T Cordon
  • Start date Start date
T

T Cordon

I want to load part of the content in a .aspx page that I have to get from
an external HTM how could I do this?

Thanks for your help
 
Easiest way is to use an include file, or if you want to stray away from that, you could use a textreader to read the html file and insert the contents into a literal control.
 

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