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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:38:38+00:00 2026-05-22T20:38:38+00:00

I want to have a property on my custom control that is an interface

  • 0

I want to have a property on my custom control that is an interface type. For example:

[
    ToolboxData("<{0}:MyTextBox runat=server></{0}:MyTextBox"),
    ParseChildren(true, "Validation")
]
class MyTextBox : WebControl
{
    [
        Category("Behavior"),
        Description("The validation to use"),
        DesignerSerializationVisibility(DesignerSerializationVisibility.Content),
        PersistenceMode(PersistenceMode.InnerDefaultProperty)
    ]
    public IValidation Validation { get; set; }
}

Then when I go to use my control in a web form I would like to be able to do:

        <my:MyTextBox ID="txt" runat="server">
            <my:FancyValidator  />
        </my:MyTextBox>

That way I will be able to define one class that could use any number of validators. When I try and do this now, I end up with an error saying:

Type ‘IValidator’ does not have a public property named ‘FancyValidator’

What do I need to do to make this work?

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-22T20:38:39+00:00Added an answer on May 22, 2026 at 8:38 pm

    As a side note, I found that I can make this work if I make Validation of type List then the markup looks like this:

    <my:MyTextBox ID="txt" runat="server">
     <Validation>
       <my:FancyValidator />
     </Validation>
    </my:MyTextBox>
    

    Not quite what I was after, but works.

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

Sidebar

Related Questions

Hopefully a simple question. I have a custom control with a dependency property that
I have a custom control that has an Items property. I Have applied an
I want to have a class property that allow for an expression to take
I have a Private property that I want to access in my MS Test
I have created a custom control and added a label property to it so
Here's the situation: I have a custom TextBox control that contains multiple other TextBox
I have a requirement that calls for a custom validator. The users want a
I have a custom user control that I am adding to a page via
I have a user control that generates a series of arrow buttons. I want
I have a custom control with that test-code. Then I put my control on

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.