hi there,
When I run this line I get an error:
obj.number_type = dropdownlist1.s electedItem.val ue;
number_type is a class type and I want to put a string value in it from a drop down list.
this is the error:
Cannot implicitly convert type to 'TEL.MODEL.TEL_ T_NUMBER_TYPE.
please help :(
When I run this line I get an error:
obj.number_type = dropdownlist1.s electedItem.val ue;
number_type is a class type and I want to put a string value in it from a drop down list.
this is the error:
Cannot implicitly convert type to 'TEL.MODEL.TEL_ T_NUMBER_TYPE.
please help :(
Comment