I have an ASP.NET DropDownList control that retrieves the first and last name from a column in the database. Instead of having just one space between the first and last name, I want there to be three. How do I add the extra spaces between the two pieces of text in the DropDownList?
I have an ASP.NET DropDownList control that retrieves the first and last name from
Share
Add instead of space character, and HtmlDecode all elements after binding :