i am having a boundfield column and in that column if i entered a string(without spaces) of length 15, there is no problem. But if the string is more than 15, the text is not wrapped. I gave the command column.ItemStyle.Wrap=true; But its not working. I have fixed the width of the column.
How to wrap the text in the boundfield if a string more 15 characters.
Thanks
Sorry, for my previous solution.
You could use
<br/>to break for each 15 characters.Example if you string result is
1234567890123456. It gone be123456789012345<br/>6Here some snippets code: