Generate page dynamically & insert body into another page - is this realistic?

Posted by DaveDev on Stack Overflow See other posts from Stack Overflow or by DaveDev
Published on 2010-05-20T08:58:03Z Indexed on 2010/05/20 9:00 UTC
Read the original article Hit count: 128

Filed under:
|

I have the requirement to create a page which contains a graph at the top, and for each item in the graph there's a fact sheet below. I already produce the fact sheets as stand-alone pages. Now, rather than recreating the fact sheet to include in the page I have to create, I'd like to use the work that already exists.

Is it realistic that I dynamically generate each fact sheet as needed, strip out the body and insert that into the new page? If so, does anyone have any pointers or suggestions? Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#