Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3051 Points
716 Posts
Jun 17, 2009 07:57 AM|LINK
Hi
You can change the header like this by inserting some html or by add a CssClass to your ValidationSummary:
<asp:ValidationSummary ID="ValidationSummary1" runat="server" DisplayMode="BulletList" HeaderText="<h3><span>What's going on?</span></h3>" CssClass="error" />
Hope this helps.
Dave
Dave_Winches...
Contributor
3051 Points
716 Posts
Re: show Validation Summery Message Header in diffrent style
Jun 17, 2009 07:57 AM|LINK
Hi
You can change the header like this by inserting some html or by add a CssClass to your ValidationSummary:
Hope this helps.
Dave
Please mark as ANSWER if this is the solution.