I\'m creating this selectbox in a SharePoint web part and need to have a drop down with the current version so I need to use an Enum.
public enum SelectVersionEn
Enum members must be valid C# identifiers. They cannot start with numbers.
Instead, you can use something like Office2007, Office2010 or V2007, V2010.
Office2007, Office2010
V2007, V2010