Databind NameValueCollection to combo to display values of collection
Hi,
I am providing itemssource of a combobox to be a NameValueCollection.
But I am not able to see any thing in combo when I set the property:
cmb.DisplayMemberPath="Value";
I want the values of NameValueCollection to be displayed in combo.
How can i do this.!!!
Please help.
Thanks,
Priyanka