E
Eric Sabine
I am filling a drop down list from a dataset. The resultset contains data
like this
Joe Smith Accounting
Mike Collins Engineering
Joe Walter Engineering
etc.
The text contains purposely inserted spaces, but when it renders in html,
the spaces are removed. They changed the spaces in the dataset on the SQL
side to but in html, the ampersand was converted to the encoded
ampersand. I even tried wrapping then <asp:dropdownlist> tags within the
<PRE></PRE> tag but that didn't work. Any suggestions on how to get my
dataset provided spaces to translate?
thanks
Eric
like this
Joe Smith Accounting
Mike Collins Engineering
Joe Walter Engineering
etc.
The text contains purposely inserted spaces, but when it renders in html,
the spaces are removed. They changed the spaces in the dataset on the SQL
side to but in html, the ampersand was converted to the encoded
ampersand. I even tried wrapping then <asp:dropdownlist> tags within the
<PRE></PRE> tag but that didn't work. Any suggestions on how to get my
dataset provided spaces to translate?
thanks
Eric