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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T17:04:50+00:00 2026-05-21T17:04:50+00:00

I am wondering what am I missing? The binding is not displaying at all

  • 0

I am wondering what am I missing? The binding is not displaying at all in the textbox. These are my codes:

XAML Namespace:

xmlns:c="clr-namespace:mySystem.Workspace"

DataContext and Resources:

<Grid.Resources>
        <c:Parameter x:Key="mySource"/>
    </Grid.Resources>
    <Canvas>
        <Canvas.DataContext>
            <Binding Source="{StaticResource mySource}" />
        </Canvas.DataContext>

Textbox:

<TextBox x:Name="TextBox" Width="159" Height="26" Canvas.Left="36" Canvas.Top="47">
            <TextBox.Text>
                <Binding Path="JobKey" Mode="TwoWay" UpdateSourceTrigger="PropertyChanged"/>
            </TextBox.Text>

The class:

namespace mySystem.Workspace
{
  public class Parameter : Object  
  { 

The accessors:

 public BasePar JobKey
 {
   get { return jobKey; }
   set { jobKey = value; }
 }
  • 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-21T17:04:50+00:00Added an answer on May 21, 2026 at 5:04 pm

    What does the BasePar implementation look like? Have a look in the Debug Output window to see if you have a line like this:

    System.Windows.Data Error: 1 : Cannot create default converter to perform 'two-way' conversions between types 'WpfApplication1.BasePar' and 'System.String'. Consider using Converter property of Binding. BindingExpression:Path=JobKey; DataItem='Parameter' (HashCode=14209755); target element is 'TextBox' (Name='TextBox'); target property is 'Text' (type 'String')

    This is telling you that you are trying to bind to the property, but WPF cannot create a 2-way binding, because it cannot convert the text (you type into the TextBox) into a ‘BasePar’ object.

    As per David’s suggestion, you could bind to a primitive string type, or alternately (as per the warning message above) you could add a Converter to the binding to convert a string into a BasePar.

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

Sidebar

Related Questions

Just wondering if I'm missing something or not but I attempted to do the
I'm wondering if I'm missing something about Java Beans. I like my objects to
I am wondering if there is a method or format string I'm missing in
Wondering if there's any not-too-hard way to edit non-form text in html 4. I
I was wondering what kind of exception should one throw for missing data. For
Im probably missing the point totally here so apologies. But Im wondering what the
I am wondering if there is an option that i'm missing within FullCalendar. I
I'm wondering if there's a command in Vim I'm missing that does columnar motion.
Possible Duplicate: VS 2010 Web Service project template missing? I'm wondering why Asp.Net Web
I was wondering how tools like teamviewer work. I'm not using the words server

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.