CreateUserWizard - 更改验证消息的位置
我正在使用创建用户向导。
- 默认情况下,验证错误消息显示在控件的底部。我可以更改此位置以显示在控件上方,以便与我的其他页面保持一致吗?
- 当用户无法输入必填字段时,该字段旁边会显示一个星号 *。我可以让它显示一些文字说明该字段是必填的吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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.