Aspx's Html Injection

H

Hero41Day

Hi,

I'm try to find an easy efficient way to generate my web pages
dynamically from an xml/text file.

What exactly I want?

I want that whenever a pages is loaded it will go and read an xml/text
file which will include the style of the page (tables,div, web
controls, etc) and will build the page according to that. Meaning that
initially the page ("default.aspx") has no html on it and its
entire html is built on the fly, per request. Please keep in mind that
that text/xml file may include names of webcontrols that will have to
be added to the page as will and will render themselves.

In a nutshell, I'm trying to find a way to inject to an aspx file its
"hard core" html (the html which exist at design time in the aspx
file) before its start to load and render itself. Please keep in mind
that I cannot/don't want to start creating those files on the fly,
hence, no file IO writing.

I there any simple way to implement such a thing?

I'm working with .NET 2.0

Any idea would be great,

thanks,
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top