如何自定义 ValidationSummary 控件?
我该如何修改asp.net中validationSummary控件的显示我想完全修改它而不仅仅是修改文本的颜色等。有谁有任何示例代码等吗?
谢谢 尼尔
how do i go about modifying the display of the validationSummary control in asp.net i want to modify it completely not just modify the color of the text etc.has anyone got any sample code etc ??
thanks
Niall
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
验证摘要可以使用 css 轻松定制。只需给它一个 CssClass 即可。
这是一篇文章:
http://weblogs.asp.net/alnurismail/archive/2008/10/16/asp-net-a-validationsummary-with-some-style.aspx
或者这样:
http://aspnetresources.com/blog/pimpin_validation_summary_with_css
有很多例子可以找到。
The validation summary can be easily customized with css. Just give it a CssClass.
Here is an article:
http://weblogs.asp.net/alnurismail/archive/2008/10/16/asp-net-a-validationsummary-with-some-style.aspx
Or this:
http://aspnetresources.com/blog/pimpin_validation_summary_with_css
There are lots of examples to be found.
如果您只想更改不带 CSS 的项目的视图,这可能会帮助您:
显示模式属性
If you only want to change the view of items without css, this may help you:
Display Mode property