在 .NET 中编写大型多步骤表单的最有效方法是什么?
我有一个大型的多步骤表单,它将向数据库中插入一条记录。我正在使用 ASP.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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用向导控件是最简单的方法来做到这一点。
Using a Wizard control is the easiest way to do this.