W
WebBuilder451
the radio button list is bound to the enum, but to preselect a value i need
to to d all of this. There hase to be a less verbose way?
** paymentType is the Enum
rblPayType.SelectedValue = Enum.GetName(typeof(PaymentType),
PaymentType.Undefined);
--
(i''ll be asking a lot of these, but I find C# totally way cooler than vb
and there''s no go''n back!!!)
thanks (as always)
kes
to to d all of this. There hase to be a less verbose way?
** paymentType is the Enum
rblPayType.SelectedValue = Enum.GetName(typeof(PaymentType),
PaymentType.Undefined);
--
(i''ll be asking a lot of these, but I find C# totally way cooler than vb
and there''s no go''n back!!!)
thanks (as always)
kes