CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ahikamo

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    16,940

    Re: ComboBox with refresh

    I download your application and change your code, and now everything work fine.

    I changed the connection in the config file so change it back to your settings.

    Fill free to ask question if...
  2. Replies
    4
    Views
    16,940

    Re: ComboBox with refresh

    I didn't get into your code deeply but I think the concept shuold be changed.
    When you bound the ComboBox to some object you should consider to bound it to object that implement...
  3. Replies
    2
    Views
    6,369

    Re: Error in binding to ListBox

    I found the problem. I should create data template for each ListBoxItem as follow:

    <ListBox Grid.Row="2" Grid.ColumnSpan="2" ItemsSource="{Binding Products}">
    ...
  4. Replies
    2
    Views
    6,369

    Error in binding to ListBox

    Hi

    I have a class that contains customers details and their products (the products is an ObservableCollection of product type).

    In my xaml I create a DataTemplate for my customer class as...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured