I have an asp application which uses xlst to generate the html forms for a
page based on the specific user.
I would like to modify this form to use web controls, however, any web
form controls brought in from my transformation are not recognized as
being web controls -- the runat="server" tag is ignored.
I assume this is because they are processed at runtime and therefore I
would need to use the add control features.
I have all of the wrox, and other, books, however, I have not found any
documentation talking about this.
Any suggestions would be appreciated.
Thanks,
Phil