如何自定义 ValidationSummary 控件?

发布于 2024-10-15 06:51:01 字数 90 浏览 2 评论 0原文

我该如何修改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 技术交流群。

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

发布评论

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

评论(2

泪眸﹌ 2024-10-22 06:51:01

验证摘要可以使用 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.

静谧幽蓝 2024-10-22 06:51:01

如果您只想更改不带 CSS 的项目的视图,这可能会帮助您:
显示模式属性

If you only want to change the view of items without css, this may help you:
Display Mode property

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