Codedom and webForms / webApplications
Hi
I'm trying to generate a WebForm using CodeDom. I could not find any sample / documentation about it.
I know WebForm is a class that inherits from Page class, and I should generate it like any other class. But then again, how do I use CodeDom to generate code that will run on the browser like a Web Application?
where can I find a lead?
Thanks.