Hello,
I am using Validation Summary to display errors. I am trying to display it in BulletList but it is always displaying in List.
Here is my Code
<div>
<asp:ValidationSummary runat="server" ID="vsSubmit" DisplayMode="BulletList" ValidationGroup="vgSubmit" CssClass="validation-summary-errors" />
</div>
Go to the complete details ...