This question is locked. New answers and comments are not allowed.
Hi,
I am trying to show multiple values in dripdownlist text. The example is given following.
SelectList(Parts, "pno", "pcode"+"pname")
where
pno is Part number.
pcode is part code.
pname is part name
Now please tell me how can i concatenate part code and name with out using viewmodel.
I am trying to show multiple values in dripdownlist text. The example is given following.
SelectList(Parts, "pno", "pcode"+"pname")
where
pno is Part number.
pcode is part code.
pname is part name
Now please tell me how can i concatenate part code and name with out using viewmodel.