Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7442887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:14:38+00:00 2026-05-29T11:14:38+00:00

Within ASP.Net 4.0 is it possible to increase the vertical spacing between the errors\warnings

  • 0

Within ASP.Net 4.0 is it possible to increase the vertical spacing between the errors\warnings that appear on a ValidationSummary control?

I’m finding that they are just a little to close to each other.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T11:14:39+00:00Added an answer on May 29, 2026 at 11:14 am

    As above (IrishChieftain) but target the li nodes that get generated?

    <asp:ValidationSummary CssClass="valSummary"
    
    .valSummary li 
    {
        padding-bottom: 10px;
    }
    

    If you want to have the ValidationSummary with a displaymode of ‘List’ then you have very little chance to style this as the html that is generated is just text with breaks

    e.g.

    <div id="MainContent_ValidationSummary1" class="valSummary" style="">
        Following error occurs:
        <br>
        Input Country!
        <br>
        Input Region!
        <br>
    </div>
    

    However you can set the DisplayMode to be BulletList and use CSS to hide the bullet points which will give you the same effect

    e.g.

    <asp:ValidationSummary CssClass="valSummary" DisplayMode="BulletList" .. />
    
    .valSummary li 
    {
        padding-bottom: 10px;
        list-style-type: none; /* Or can just use list-style: none; */
    }
    

    Which is what I think you are after.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to have multiple login pages for different folders within an asp.net
I only want facts as far as possible. There are some things that ASP.Net
I've got a web app in asp.net that uses an Infragistics control for making
Is it possible to use a LINQ extension method within an ASP.NET databinding expression?
I have an ASP.NET page that uses a repeater nested within another repeater to
Within an ASP.Net MVC model binder is it possible to create an object of
I have an existing ASP.NET website with some custom routing, within a Solution that
I have an asp.net web project that references a domain project. From within the
Is it possible to call a function within an asp.net web application from outside
Is it possible to reuse asp.net controls in multiple views within a MultiView? I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.