TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
RIck Mueller
NA
47
0
Complex Binding
Feb 24 2010 6:49 PM
I have textbox bind to a listbox with expander controls. I'm able to get the Textbox populated with the string using the following:
Text="{Binding ElementName=RecBOX, Path=SelectedValue, Mode=Oneway}"
Instead of SelectedItem I use Selected Value.
The Listbox is binded with xml file not much code behind it.
The problem is, the textbox populates the whole string. How can I choose what part of the string to populate in he textbox
Any thoughts?
Reply
Answers (
6
)
Binding SelectItem Content
Window Show/Hide