Srinivas Nagendra...
Tuesday, January 17, 2012
Show the spaces in between values of dropdown
protected void ddlRack_DataBound(object sender, EventArgs e)
{
ddlRack.Items.Cast
().ToList().ForEach(a => a.Text = a.Text.Replace(" ", HttpUtility.HtmlDecode(" ")));
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment