G
Guest
he yall,
does anyone know the best way to populate a dropdownlist from an enum list?
thanks,
rodchar
does anyone know the best way to populate a dropdownlist from an enum list?
thanks,
rodchar
bruce barker said:_varType = Enum.Parse(typeof(myEnum),DropDownList1.SelectValue);
-- bruce (sqlwork.com)