I am trying to insert items into a listbox in my asp.net C# application
I concatenate some values and put whitespace in between them but it doesn\'t show up in the l
string spaces = Server.HtmlDecode(" "); lt.Text = ItemName + spaces + barcode + spaces + price; // works