Presently we are parsing a custom XML and traversing the subsequent XML DOM using XPATH and then dynamically creating instances of various controls in C# and adding them to a place holder element and finally ASP.NET then renders them back to XHTML.
Hmm.... Can this be done more efficiently with an dynamic XSLT performed at Page_Load time that could produce XHTML and ASP tags that are inserted into the internal ASP.NET/XHTML parser?
Normally all he ASP and XHTML tags are in a file.
Go to the complete details ...