Multiple Web Forms

J

james.wren

Would someone please explain how I can use multiple <form runat=server
/> tags in asp.net? What If I want to use multiple forms on a page,
with pressing enter submitting the proper form? Am I misunderstanding
things?

Thanks!
James
 
J

Juan T. Llibre

You could use a MultiView control.

Read Dino Esposito's take on multiple forms in an ASP.NET page here :
http://msdn.microsoft.com/msdnmag/issues/05/09/CuttingEdge/

Essentially, you'll have to toggle the visibility of the panels in the MultiView control.

You could also use a Wizard control.
Dino explains how to use it here :
http://msdn.microsoft.com/msdnmag/issues/04/11/CuttingEdge/




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

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

Top