Click here to Skip to main content
15,918,243 members

Comments by NPP83 (Top 10 by date)

NPP83 3-Nov-10 14:37pm View    
To clarify, I want to know what data bindings/paths etc... belong to the displaying of the data in the ComboBox and what I need to click on the element in the combobox and pass it to a datagrid.
NPP83 26-Oct-10 16:33pm View    
Since my UI is in XAML/WPF, how do I instantiate a new Form Load method to insert this.DataContext?
NPP83 26-Oct-10 16:17pm View    
Okay. So my class is Agent. It has a property in it called "FirstName". On formload then I need a declaration like this: this.DataContext = Agent; Right?
NPP83 26-Oct-10 14:05pm View    
I am new. And I see above in your response you did add in a sufficient example. Thank you for all your help and sources.
NPP83 26-Oct-10 13:48pm View    
So basically, I have added this into my Canvas: TextBox Text ="{Binding FirstName}". My next and final question is: how does this declaration know to associate the right textbox to the Property it goes with. So, for example, my textbox name is _arFirstName and my Property in code is FirstName. I dont see anywhere in the snippet you gave me a way to tell it to associate the right textbox with the Property name.