I've developed javascript code that works within .NET, when an item is selected from a DropDownList, a textbox on the screen is filled with this value. The problem I have now is that I want all the formatted text (Carriage returns and all) in the item selected in the dropdown list to be copied across. Currently, all whitespace coding is lost in the process.