CreateUserWizard - 更改验证消息的位置

发布于 2024-08-18 16:21:27 字数 154 浏览 9 评论 0原文

我正在使用创建用户向导。

  • 默认情况下,验证错误消息显示在控件的底部。我可以更改此位置以显示在控件上方,以便与我的其他页面保持一致吗?
  • 当用户无法输入必填字段时,该字段旁边会显示一个星号 *。我可以让它显示一些文字说明该字段是必填的吗?

I am using a CreateUserWizard.

  • By default, the validation error messages are shown in the bottom of the control. Can I change this positioning to be shown above the control so that it is consistent with my other pages?
  • When a user fails to enter a required fied, it displays a asterisk * next to the field. Can I have it also display some text saying that the field is required?

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

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

发布评论

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

评论(1

简美 2024-08-25 16:21:27

您可以使用 ContentTemplate 来控制元素的显示位置,包括验证消息。此 MSDN 教程将引导您完成该过程。但不确定星号。

You can use a ContentTemplate to control where elements are displayed, including the validation message. This MSDN tutorial steps you through it. Not sure about the asterisk, though.

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