Microsoft
Software
Hardware
Network
Question : How to truncate (GridView)BoundFiled's string value using DataFormatString?
Basically, I have got the GridView with the BoundFiled called "Description" which can be very long. I would like to truncate it to 100 characters. (I would like to postfix with "..." after trucate if possible)
We can always do it by handling the DataBound event handler but is it possible to do it with the DataFormatString?
Answer : How to truncate (GridView)BoundFiled's string value using DataFormatString?
I think the only way that can be done is to use the DataBound event. The DataFormatString does not have the capability to do this.
Random Solutions
EDB file growing like crazy HELP!!!!!
Getting item from DataTable based on column index
Access 2007 - Flush Fields
How does this really work - DoCmd.DoMenuItem A_FORMBAR, A_FILEMENU, A_SAVERECORD
INSERT INTO new table from existing stored procedure
One Button in MS Access form to export Multiple Queries to Word document.
Windows XP Blue Screen Errors
HTTPS traffice doesn't pass through from one of the internal networks.
How to SElect only Top row from datatable
Select TOP row in One-Many relationship - MS SQL