Programming, Web News, Web Hostings, Technology
WPF ComboBox Data Binding
Traditional way of binding data into ComboBox in C# .net 2.0 is by assigning data into property of ComboBox called “DataSource” and we set DataKey and DataValue and it is done.
In WPF, the naming of these properties has changed to very weird name and the sample code below will do the same job:
No related posts.
| Print article | This entry was posted by ervinter on September 8, 2008 at 1:57 pm, and is filed under Programming. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
-
Jeann
-
Kurt

