I am trying to populate a string with some information from an include file and I'm not quite sure how I should go about doing this
Here's what i've got
someText = "text <!--#include file='/includes/myfile.aspx'--> text"
Can this be done?
At the moment it is just putting nothing in there
Thanks