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("  ").
HttpUtility.HtmlDecode("  "). 
 item.Text = item.Text.Replace(" ",HttpUtility.HtmlDecode(" "));
item.Text = item.Text.Replace(" ",HttpUtility.HtmlDecode(" ")); 
                    
                 
 
                
            
         浙公网安备 33010602011771号
浙公网安备 33010602011771号