No announcements
Found 3418838 threads
-
1 Votes
How to bind a value from ComboBox to TextBox?
helo david, <TextBox Height="31" Text="{Binding ElementName=comboBox1,Path=SelectionBoxItem, Mode=OneWay}" ...Answered | 7 Replies | 4412 Views | Created by David alice DD - Saturday, June 19, 2010 1:20 PM | Last reply by zahid_mughal - Saturday, June 19, 2010 2:00 PM -
0 Votes
Binding textbox to combobox selection
Hi marcel, We have not heard from you in a couple of days.Answered | 2 Replies | 3718 Views | Created by marcel222 - Saturday, December 31, 2011 2:33 PM | Last reply by Min Zhu - Wednesday, January 4, 2012 2:19 AM -
0 Votes
How To: bind a value to combobox text
Actually, I want to bind my combobox to dataset and I want to display the current item of the datatable.Answered | 6 Replies | 4108 Views | Created by wirol - Saturday, August 15, 2009 11:17 AM | Last reply by Jim Zhou - MSFT - Monday, August 17, 2009 1:20 PM -
1 Votes
Display Selected Value in Textbox from ComboBox
<TextBox HorizontalAlignment="Left" Margin="12,50.861,0,27" Name="textBox2" ...Answered | 4 Replies | 6473 Views | Created by tan_vis0 - Tuesday, February 28, 2012 6:09 AM | Last reply by tan_vis0 - Tuesday, February 28, 2012 6:24 AM -
0 Votes
Binding enum values to combobox
I'm still using the enum to bind to the combobox's datasource property but what I've done as a work around it to use the bindingsource control's positionchanged event to keep the ...Answered | 6 Replies | 21529 Views | Created by Dmano - Thursday, April 3, 2008 5:18 AM | Last reply by fs - ab - Thursday, March 5, 2015 10:13 PM -
0 Votes
How to Bind Two Table value with single Combobox
Thanks Michael Sun [MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from ...Answered | 2 Replies | 1760 Views | Created by RameshReddy - Monday, October 24, 2011 1:18 PM | Last reply by Michael Sun [MSFT] - Thursday, October 27, 2011 6:40 AM -
0 Votes
Create database from textbox, combobox, etc. values?
but how do I make the table take the values from the textboxes Try this: Private Sub btnAddList_Click(ByVal sender As ...Answered | 11 Replies | 1336 Views | Created by Robmeister8911 - Thursday, May 25, 2017 8:54 PM | Last reply by xifeng1 - Thursday, June 8, 2017 9:21 AM -
1 Votes
ComboBox and TextBox
This allows you to display one property in the ComboBox (such as Name) and store another property is the "value" retrieved by ComboBox.SelectedValue.Answered | 2 Replies | 3270 Views | Created by LoLhc - Friday, May 11, 2012 12:40 PM | Last reply by Joshua Honig - Friday, May 11, 2012 3:08 PM -
1 Votes
How to update a database with a value from textbox and combobox
Value I think this is the root cause of this issue.Answered | 4 Replies | 883 Views | Created by Faizal Nurizal - Sunday, November 10, 2013 2:27 AM | Last reply by Faizal Nurizal - Monday, November 11, 2013 4:06 PM -
1 Votes
Combobox Binding Problem
It would be there while the ComboBox was active, but as soon as I moved to another line in the ListView the bound value would revert to null.Answered | 5 Replies | 4002 Views | Created by slouge - Friday, December 19, 2008 1:24 PM | Last reply by RokShox - Friday, December 19, 2008 6:10 PM -
0 Votes
Bind data to Combobox from database in WPF?
Hi Sarath Chandra, I understand that you have three things that need to happen: 1) Display data in the combobox 2) Set the textbox to the value of ...Answered | 3 Replies | 13870 Views | Created by Kanapala Sarath Chandra - Thursday, June 11, 2009 10:48 AM | Last reply by Jim Zhou - MSFT - Thursday, June 18, 2009 8:51 AM -
0 Votes
How to binding combobox with Dictionary ?
(sent from PONPON66 at hotmail and title as SourceCode) thanks for your help.Answered | 5 Replies | 2934 Views | Created by FatJohn - Wednesday, August 1, 2012 6:22 AM | Last reply by Matt Small - Wednesday, August 8, 2012 8:28 PM -
0 Votes
How to edit TextBox with using Combobox?
Hi, Based on my understanding, when you enter some characters in textbox, you want it to display some related drop-down options.Answered | 2 Replies | 908 Views | Created by ATerentjev - Friday, October 4, 2013 6:10 AM | Last reply by Yunjie Pei - MSFT - Monday, October 7, 2013 6:00 AM -
1 Votes
WPF ComboBox binding value display issue
Those values are going to be hardcoded in my combobox.Answered | 15 Replies | 9674 Views | Created by dragonz1 - Wednesday, August 12, 2009 4:03 PM | Last reply by markmnl - Monday, October 26, 2009 8:16 AM -
2 Votes
Selected value binding of combobox to datagrid with override ToString()
;SifraKorisnika"].ToString() }); } } konekcija.Zatvori(); return Korisnici; ...Answered | 6 Replies | 803 Views | Created by Iskra95 - Thursday, April 25, 2019 7:50 AM | Last reply by Iskra95 - Friday, April 26, 2019 1:19 PM -
0 Votes
ComboBox SelectedValue by Binding
It is not working in case of ComboBox.Answered | 7 Replies | 4007 Views | Created by Gilles Lautrou - Monday, June 7, 2010 10:12 AM | Last reply by Nayan Paregi - Monday, June 7, 2010 3:02 PM -
0 Votes
Binding of labels and textboxes in runtime
Can't you just hook up the SelectedIndexChanged event after you've set the initially selcected value in the ComboBox?Answered | 5 Replies | 1631 Views | Created by Omprakash Ojha - Wednesday, October 2, 2013 10:32 AM | Last reply by Magnus (MM8) - Friday, October 4, 2013 12:53 PM -
0 Votes
Binding to ComboBox
The ItemTemplate gives you the chance to define what items in the ComboBox look like (Binding just presents the ToString() of the custom object).Answered | 2 Replies | 642 Views | Created by r3nv - Friday, June 9, 2017 11:12 PM | Last reply by Bob Ding - Monday, June 12, 2017 9:25 AM -
1 Votes
Combobox that after selection saves values in textboxes
Hi, I think you should retrieve these two values in your combobox selectedIndexChange event for display purpose.Answered | 14 Replies | 3072 Views | Created by Mellinda Dealy - Monday, September 28, 2009 9:28 AM | Last reply by BonnieB - Thursday, October 1, 2009 2:57 PM -
0 Votes
How to bind textboxes with combobx in wpf?
Find your textboxes in the parent's Children property and loop through.Answered | 2 Replies | 2261 Views | Created by Karan9861 - Thursday, June 21, 2012 1:30 PM | Last reply by Srithar - Tuesday, June 26, 2012 9:04 AM - Items 1 to 20 of 3418838 Next ›
No announcements