protected void ddlRack_DataBound(object sender, EventArgs e)
{
ddlRack.Items.Cast<ListItem>().ToList().ForEach(a => a.Text = a.Text.Replace(" ", HttpUtility.HtmlDecode(" ")));
}
{
ddlRack.Items.Cast<ListItem>().ToList().ForEach(a => a.Text = a.Text.Replace(" ", HttpUtility.HtmlDecode(" ")));
}
No comments:
Post a Comment