Steven, I did it for my customers in some ASPX pages highly dynamics, using Page.ParseControl . It works fine. The only problem is that you have to manage te asp prefix with its namespace from an xslt point of view.
Paolo > - user vists page > - aspx page generates form using Xml data and Xslt to create aspx code > - user submits data > - aspx code behind validates and maintains viewstate > - in memory aspx output section is modified by code-behind (e.g. > label.Text="Invalid Telephone Number") > - result is sent to the output > > Thanks, > Steven. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
