Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET/C# multiple forms workaround needed

Status
Not open for further replies.

TeaAddictedGeek

Programmer
Apr 23, 1999
271
US
It's been a while since I solved an issue like this and for the life of me I can't recall the steps I took.

Say you have two forms on a page, one that contains a dynamic menu control and the other which contains a series of fields to be submitted and processed on the server side to be sent to a database. Unfortunately the menu control requires the runat="server" tag so I cannot put the tag on the second form.

I seem to recall a way to induce a PostBack via a submit button, but Google is failing me. Does anyone know of any good workarounds for this sort of problem?

Thanks!

"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs."
-Joseph Weizenbaum
 
Do you mean you need to use the Wizard Control in ASP.NET To collect data on multiple Pages and THEN send it to server for processing? I did not really understand what you mean by the description you gave there but you can use a Wizard control and have it set to as many form(bad word to use in this case) pages as you want


AspNEtnewbie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top