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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T09:47:57+00:00 2026-05-24T09:47:57+00:00

How can i validate them with combination Like PropertyNumber and OwnerNumber combination should not

  • 0

How can i validate them with combination Like PropertyNumber and OwnerNumber combination should not exist in database. Right now i am using IDataErrorInfo but it only validates one value at a time.

       <Label DockPanel.Dock="Top" Width="Auto" Height="16"/>

       <TextBox  Name="PropertyNumber" DockPanel.Dock="Top" Text="{Binding 
        UpdateSourceTrigger=PropertyChanged, Mode=TwoWay, Path=SelectedPropertyNumber, 
        ValidatesOnDataErrors=True}" Width="115"  Height="22" 
        HorizontalAlignment="Left" IsEnabled="{Binding 
        PropertyNumbersEnabled,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}" />

       <Label DockPanel.Dock="Top" Width="Auto" Height="16"/>

       <TextBox Name="OwnerNumber" Text="{Binding BindingGroupName=NGLDataFormGrp, 
        Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True, 
        Path=OwnerNumber}" DockPanel.Dock="Top"  HorizontalAlignment="Left" 
        Width="115" Height="22"  IsEnabled="{Binding 
        UpdateSourceTrigger=PropertyChanged, 
        Path=OwnerNumberEnabled, Mode=TwoWay}"/>
  • 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-24T09:47:59+00:00Added an answer on May 24, 2026 at 9:47 am

    I’m not sure if this is the best solution but it works for me. The way I usually handle this is create a DataTrigger binded to a boolean property which indicates valid or invalid.

    If the boolean is false, I style the border red. If not, no border color.

    Here’s an example DataTrigger:

      <Style TargetType="{x:Type TextBox}">
         <Setter Property="TextElement.FontFamily" Value="Calibri" />
         <Setter Property="TextElement.FontSize" Value="14" />
         <Setter Property="TextElement.Foreground" Value="Black" />
         <Style.Triggers>
            <DataTrigger Binding="{Binding Path=IsValid}" Value="False">
               <Setter Property="Effect">
                  <Setter.Value>
                    <DropShadowEffect BlurRadius="5" Color="Red" ShadowDepth="0" />
                  </Setter.Value>
               </Setter>
               <Setter Property="ToolTip" Value="Message Field entered does not exist in Message Output tree." />
            </DataTrigger>
            <DataTrigger Binding="{Binding Path=IsValid}" Value="True">
               <Setter Property="Effect" Value="{x:Null}" />
            </DataTrigger>
         </Style.Triggers>
      </Style>
    

    If you apply this style to both of our textboxes bound to the same boolean, they’ll both appear with a glow red border when the boolean is false.

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

Sidebar

Related Questions

How can I validate the user input by using scanf. Right now I have
In an editor created with EMF, one can validate a model by right-clicking on
Can I validate a form on button click without submitting the whole form using
I have been using normal file upload element to upload files and validate them.
What is a good regular expression that can validate a text string to make
I want to write a function which can validate a given value (passed as
I'm looking for a plugin for jQuery that can validate as a key is
I am looking for a Java framework which can validate order of elements in
I'm writing a quick Rails app and was wondering how I can validate the
I have vote and votedown tables for posts. I can validate uniqueness within the

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.