silverlight 3.0 - Populate DataFormComboBoxField from a list -


Do anyone know how to populate a DataFormComboBoxField from a regular list in SilverFight 3 Beta? Such a meaningful document or example is not online anywhere.

Thanks Steve

Actually this is not as easy as

  Private zero dfEmailForm_Loaded (Object Sender, RoutedEventArgs e) {DataFormComboBoxField dfc = new DataFormComboBoxField (); Dfc.ItemsSource = New list & lt; String & gt; () {"Type A", "Type B"}; Dfc.ItemsSource = lstEmailType; }  

But in the loaded area for the data format it has.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -