Web Forms at run time

  • Thread starter Thread starter Guest
  • Start date Start date
How do I create a form at runtime in ASP . NET????

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top