This is a migrated thread and some comments may be shown as answers.

[Solved] Multiple Values in Cascading DropdownList text

0 Answers 9 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Zeb
Top achievements
Rank 1
Zeb asked on 25 Jan 2013, 07:06 PM
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.
Tags
ComboBox
Asked by
Zeb
Top achievements
Rank 1
Share this question
or