Is there anyway to populate a drop down/combo box in a listview control in C#.net?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kalaivani572
    New Member
    • Feb 2007
    • 5

    Is there anyway to populate a drop down/combo box in a listview control in C#.net?

    Can anyone tell me is there a way to populate a drop down/combo box in a listview control in C#.net.
    please help me ASAP
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Get a reference to the dropdown/combo box object and add entries either manually or by assigning a datasource?

    Comment

    Working...