How can I get \t in a dropdownlist/ListItem?
I want to add two strings into one listitem in the form string1+\t+string2, but because the dropdownlist or the listitem translate the code into HTML-code all blanks will be removed.
Anyone know how to workaround this problem?