P
Paul Baker
Hi,
Can someone point me in the right direction as I'm a relative novice
with .Net?
I'm creating an intranet site with the same basic structure for every
page (top & bottom bars, menu on left and content middle right) (done
with user controls.)
It's the content bit I'm having problems with.... If I have some
content that a user has uploaded and is html (like an include file might
be) and I have the location of that file (in a separate virtual
directory) how do I get that html inserted into my page at run time?
I have been searching help/google etc for template, but that relates to
datagrids/lists etc. I'm not necessarily looking for loads of code, but
if someone could point me in the right direction, at least I'll know
that I'm looking in the right area. (Could I use load template with
ascx files or am I looking in the wrong place?)
Ideally, I'd like my pages to be something like this
http://server/application/getpage.aspx?id=79 where 79 is the ID of a
table row containing the location of the stub file to insert.
Many Many thanks,
Paul
Can someone point me in the right direction as I'm a relative novice
with .Net?
I'm creating an intranet site with the same basic structure for every
page (top & bottom bars, menu on left and content middle right) (done
with user controls.)
It's the content bit I'm having problems with.... If I have some
content that a user has uploaded and is html (like an include file might
be) and I have the location of that file (in a separate virtual
directory) how do I get that html inserted into my page at run time?
I have been searching help/google etc for template, but that relates to
datagrids/lists etc. I'm not necessarily looking for loads of code, but
if someone could point me in the right direction, at least I'll know
that I'm looking in the right area. (Could I use load template with
ascx files or am I looking in the wrong place?)
Ideally, I'd like my pages to be something like this
http://server/application/getpage.aspx?id=79 where 79 is the ID of a
table row containing the location of the stub file to insert.
Many Many thanks,
Paul