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 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
  • 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-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

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 &
Where can i find some .Net or conceptual resources to start working with Natural
For some reason I can't find a way to get the equivalents of sqlite's
I'm trying to find out some matrix multiplication/inversion benchmarks online. My C++ implementation can
I came across this line in some code and can't find the syntax defined
I've done some Googling, and can't find anything, though maybe I'm just looking in
I'm doing some research on the feasibility of an iPhone application, and can't find
I've done some research and I can't really find a preferred way to do
I can find tutorials about mapping textures to polygons specifying vertices etc. but nothing

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.