探知,不断发现
探知不断发现

Some times we need add " " to the item.

but we are found that is strange,  " " Is  not space . on dropdownlist

How to solve it?

HttpUtility.HtmlDecode("  "). 

item.Text 
= item.Text.Replace(" ",HttpUtility.HtmlDecode(" "));
posted on 2008-03-10 11:24  lovebanyi  阅读(206)  评论(0)    收藏  举报