05-06-2009, 08:27 PM
I tried doing this in VB.net and I have a problem with enum's I used Toast's code as a reference but I get a problem with this line of code
and the error I get
Code:
[Enum].Parse(GetType(eMonths), CMB_Month.Text)
and the error I get
Quote:Must specify valid information for parsing in the string.