3
votes
Possible to do xsl transform on dynamically generated xml?
There are three essential elements to running a multi-pass transform.
<xsl:import>
<xsl:apply-imports>
node-set() …
2
votes
LoadControl vs Construct ASP.Net Control
Apparently, using LoadControl with typeof (or GetType) has the same problem as using 'new' where the child controls are not initialized. Using LoadControl with a string to the ASCX file works.
…
