aspx_professional thread: Server controls from an XSLT transform
Hi, I'm using XSLT to transform an XML doc to HTML, the result of which is put into a <div runat="server"/> on my aspx page. My problem is that I would like to place HTMLserver controls in the transformation result. Putting server controls in the XSLT code unfortunately just results in a literal transform (i.e., I actually get output <input type="text" runat="server"/> in the HTML sent to the browser). Is there any way to do this? Thanks! Jason
|





