問題描述
在 .NET 中編寫大型多步驟表單的最有效方法是什麼? (Most efficient way to code a large multi-step form in .NET?)
I have a large multi-step form that will insert a record into a database. I'm using ASP.NET and I know there are some pre-made controls you can use for this, but I'm not all that familiar with all of them. The formview seems to be a good control, but I'm not sure if it could be used with multiple steps/pages...? What's the best way to do this?
參考解法
方法 1:
Using a Wizard control is the easiest way to do this.