Search:

Type: Posts; User: reez88

Search: Search took 0.02 seconds.

  1. WPF Combo box two columns in dropdown, but only the first column value when selceted

    Hi,

    in wpf I have a combo box which has two columns. Below is the data template used.

    <ComboBox.ItemTemplate>
    <DataTemplate>
    ...
  2. Replies
    1
    Views
    4,157

    WPF Combobox Advise

    Hi,

    I have a stored procedure which returns UserID and UserName.

    I need to display UserID|UserName in a dropdown and when a selection is made, only UserID needs to be displayed.

    Could...
  3. Replies
    3
    Views
    1,807

    Re: WPF/C# Varying number of controls

    Thanks a lot John,

    I went further with above and created a user control to handle each question and it works very well.

    I am still playing with it to see and add further functionality.
    ...
  4. Replies
    3
    Views
    1,807

    Re: WPF/C# Varying number of controls

    Thanks a lot for your reply John,

    I tried what you suggested and it has worked for me. Below is the code I have come up with



    using System;
    using System.Collections.Generic;
    using...
  5. Replies
    3
    Views
    1,807

    [RESOLVED] WPF/C# Varying number of controls

    Hi,

    Could anyone please point me in the right direction to do following in WPF/C#.

    Lets say I have an array of strings and the number of items in the array is varying.

    What is the correct...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width