asp:createuserwizard 和 c#

发布于 2024-11-15 07:26:06 字数 249 浏览 3 评论 0原文

是否可以有 2 个 createuserwizard 控件并动态调用它们?我的情况是这样的: 1. Web 应用程序有两种类型的用户 - “客户端”和“供应商”。 2. 他们各自有自己单独的注册流程。 3. 在主页上我想要两个不同的按钮 - 按钮 1 是“您是客户吗”,按钮 2 是“您是供应商吗” 4. 按钮1将为客户端加载createuserwizard 5. 按钮 2 将加载 Vendor 的 createuserwizard

就是这样。我将如何实现这个目标?

Is it possible to have 2 createuserwizard controls and call them dynamically? My situation is this:
1. A web application has two types of users - "Client" and "Vendor".
2. They will each have their own separate registration process.
3. On the home page I want two different buttons - Button 1 is "Are you a Client", Button 2 is "Are you a Vendor"
4. Button 1 will load createuserwizard for Client
5. Button 2 will load createuserwizard for Vendor

That's it. How would I accomplish this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜`诱少女 2024-11-22 07:26:06

最简单的方法是有 2 个单独的注册页面,例如 VendorRegistration.aspx 和 ClientRegistration.aspx。
您还可以将控件设置为visible=false,然后设置您希望在按钮单击事件中可见的控件。

The easiest way would be to have 2 separate registration page like VendorRegistration.aspx and ClientRegistration.aspx.
You can also set the controls to visible=false and then set the one you want visible in the button click event.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文