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 234511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:11:26+00:00 2026-05-11T20:11:26+00:00

Scenario : I am trying to insert a team (composed by multiple persons) on

  • 0

Scenario: I am trying to insert a team (composed by multiple persons) on a single page. I have a web user control to insert each person, and when a team has multiple persons several Web User Controls are displayed at the same time.

Each user has a ValidationSummary and several validators (All grouped to the same validation group, example person1 web user control has the validation group on de Validation summary and on each validator set to “valGroup_Person1”).

The problem is when validation occurs all errors are grouped and displayed in all web user controls making each web user control display a very long error list. The expected was individual error lists.

Is there a way to get ValidationSummary to perform this way?

  • 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-11T20:11:26+00:00Added an answer on May 11, 2026 at 8:11 pm

    If you are using asp.net 2.0 then you must use validation group this will work.

    See the below example it will work

    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
    ControlToValidate="TextBox1" ErrorMessage="RequiredFieldValidator"
    ValidationGroup="1">1</asp:RequiredFieldValidator>
    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server"
    ControlToValidate="TextBox2" ErrorMessage="RequiredFieldValidator2"
    ValidationGroup="2">2</asp:RequiredFieldValidator>
    <asp:ValidationSummary ID="ValidationSummary1" runat="server"
    ValidationGroup="1" />
    <asp:ValidationSummary ID="ValidationSummary2" runat="server"
    ValidationGroup="2" />
    <asp:Button ID="Button1" runat="server" Text="Button" ValidationGroup="1" />
    <asp:Button ID="Button2" runat="server" Text="Button" ValidationGroup="2" />

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

Sidebar

Related Questions

I'm trying to do the classic Insert/Update scenario where I need to update existing
I'm trying to write a Cucumber scenario that requires me to have a logged
I have a very special scenario, and I'm trying to add functionality to list...
I have been trying to do a very simple auditing scenario following Ayende's blog
Here's the scenario: Trying to implement a single sign on intranet system, but there
The scenario is trying to adjust font size to get a nice graphic arrangement,
I am trying to simulate a scenario where connection to the server of one
I'm trying to implement this scenario using Unity and i can't figure out how
I am trying to use JQuery in my ASP.Net 2.0 website in this scenario:
I'm trying to build a query with hibernate criteria for the following scenario: Two

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.