how can i manipulate the text coming from the dataset when binding a dropdown control?
(want to set the len max to 10 characters and contacatinate a string)
DropDownList.DataTextField
= ds.Tables[0].Columns["test
"].ColumnN
ame.ToStri
ng();
DropDownList.DataBind();
Start Free Trial