Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a Combobox on my Form() and I want to bind it using Enum values but in smart device app it gives me error
C#
myCombo.DataSource = Enum.GetNames(...);


Basically Enum.GetName method is not avalable in Smart Device c# dev 3.5.

Thanks in advance.
Vivek
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900