Author: ewgoforth | Posted on: 4/1/2009 12:37:51 PM | Views : 1282

Hello,
 I don't think that this is possible, but I thought I'd ask anyway.  I have some classic asp pages that I'm porting to asp.net.  They currently work by doing an xsl transform for the entire page.
I've already converted several pages, but it requires re-architecting the page because I have a server side .ascx control that I have to put in the rendered html.  I don't think this is possible via an xsl transform.  I just wanted to ask, in case someone knows a trick that will get it to work, it would save a lot of time.
 So basically is it possible to put something like:
<asp:PlaceHolder runat="server" id="ControlPlaceHolder" />in my xsl and then put a server side control in the placeholder at run time? Otherwise, it's a hassle to get the control to appear on the right spot in my page.The only workaround I've figured out is to create a "wrapper& ...

Go to the complete details ...