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.
 
Back
Top