Hi all,
I was wondering if there was a way to format 2 strings in a selectlist and display them as following:
String begins with Item1 and spaces following it until 10 spaces are taken up followed by a Delimiter "|" and string 2
So all Selectlist items binded to a drop down list will be displayed as following
Item 1 |Name1
Item 2 |Name2
Item 55 |Name3
Item 500 |Name4
Item 100000|Name5
Thanks in advance.