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?
Any idea would be great,
thanks.
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?
Any idea would be great,
thanks.