Hi, i'm writting a windows application in C# the functionality that i'm trying is to implement is to add items to a combo box at run time & when i select one item, my app should filter the list contents based on the selection i made in the combo box.
I'm able to add items to combo box and also filter the list contents. But the only trouble i'm facing is when i select a item with a whitespace in the middle of a string in the conbo box, it does not filter the records and displays nothing in the DGV.
I'm in serious urgency, any help is appreciable...
Thanks in Advance...
Saravanan Krishnan
I'm able to add items to combo box and also filter the list contents. But the only trouble i'm facing is when i select a item with a whitespace in the middle of a string in the conbo box, it does not filter the records and displays nothing in the DGV.
I'm in serious urgency, any help is appreciable...
Thanks in Advance...
Saravanan Krishnan
Comment