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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:11:12+00:00 2026-05-13T23:11:12+00:00

Where can I find some good documentation on data/element binding? My Google searches haven’t

  • 0

Where can I find some good documentation on data/element binding? My Google searches haven’t turned much up. I had a custom class with two properties named Text and Value. When I tried binding a list to a listbox it wouldn’t work. By chance I modifed my datatemplate from this

<TextBox Text="{Binding Text}"></TextBox>

to this

<TextBox Text="{Binding Path=Text}"></TextBox>

and then everything worked great. I need some indepth documenation/samples to data/element binding. I don’t understand why some examples have the path set whereas others do not. A full explanation of this, and all other nice to know tips would be much appreciated.

UPDATE

Here’s the class I’m using. It’s a simple helper class so I can translate the value/text of an enum into my listbox

public class Item
{
    private string _Text = "Test";
    public string Text
    {
        get { return _Text; }
        set { _Text = value; }
    }

    private string _Value = "1";
    public string Value
    {
        get { return _Value; }
        set { _Value = value; }
    }
}
  • 1 1 Answer
  • 1 View
  • 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-13T23:11:12+00:00Added an answer on May 13, 2026 at 11:11 pm

    Not much, but here’s a little to get you started:

    MSDN documentation is here: http://msdn.microsoft.com/en-us/library/cc278072(VS.95).aspx

    This page explains paths in slightly more detail: http://msdn.microsoft.com/en-us/library/system.windows.data.binding.path.aspx

    As for why your example only works with the Path clause, I’ll need to see the class you’re binding to.

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

Sidebar

Related Questions

Newbie question, but I can't find some good fortran documentation anywhere. I am studying
Where can I find some good pointers on best practices for running ASP.NET MVC
Were can I find some good Podcasts that talk about program with Delphi &
Does anyone now where i can find some good tutorials / code samples regarding
I can't find any good documentation on the linkable behaviour for cakephp. I'm trying
Sorry, I know this is programming 101, but I can't find any good documentation...
Hopefully I can find some words of advice from somebody. Is it possible to
Do you know where I can find some practice SQL problems where I can
I was wondering where I can find some information how IE8 actually handles xml
Where can i find some .Net or conceptual resources to start working with Natural

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.