I intrader Jul 8, 2005 #2 How do I create a form at runtime in ASP . NET???? Click to expand... A way to do this is with MasterPages (only one of which can have a form). You can generate your own client side forms at your heart's content, but you would need to handle the appropriate postback wiring on your own.
How do I create a form at runtime in ASP . NET???? Click to expand... A way to do this is with MasterPages (only one of which can have a form). You can generate your own client side forms at your heart's content, but you would need to handle the appropriate postback wiring on your own.