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

  • Home
  • SEARCH
  • 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 7903951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:52:32+00:00 2026-06-03T09:52:32+00:00

I have a custom control based on a Panel . It’s merely a simple

  • 0

I have a custom control based on a Panel. It’s merely a simple panel with 3 DropDownLists. If I add a CompareValidator to my WebForm and set the ControlToValidate property to the ID of my custom control I get the following error:

Control '{0}' referenced by the ControlToValidate property of '{1}' cannot be validated.

I understand why, the CompareValidator cannot sensibly validate anything against the Panel. So what do I need to add to my custom control to make it possible for a validator to be able to validate it?

I have tried adding a Text property to my Panel which returns a combination of the Text properties of the 3 DropDownLists. No avail.

I have tried looking for certain interfaces (ITextControl) that validatable controls (TextBox) implement and add them to my custom control. No avail.

How can I make my custom control based on a Panel, validatable by the regular .net validators? (RequiredFieldValidator, CompareValidator, etc.)

  • 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-06-03T09:52:33+00:00Added an answer on June 3, 2026 at 9:52 am

    If you don’t already have it, you need to add the ValidationProperty attribute to your class so it knows which property to use for validation:

    [ValidationProperty("Text")]
    [ToolboxData("<{0}:YourCustomControl runat=server></{0}:YourCustomControl>")]
    public class YourCustomControl : WebControl
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a custom control (based on a panel) in wxPython that provides
I have created a custom control which derives from Panel. I use it to
Background: I have a custom user control based around a WPF TreeView. I've been
I have created a custom control and added a label property to it so
I have written a custom Silverlight control based on Control. I have two DependencyProperties
EDIT: Original title: When I add a custom control based on a timer, my
I have a custom control that is based off the gridview control located at:
I have a custom user control (ascx) that contains a textbox and a Javascript-based
I have created a simple Asp.Net custom control which automatically combines all the correct
I have a custom made ASP control which is based on a select (drop

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.