Hi, I have a DataTable that I bind to a DatGrid, I need to show only the first n characters from a column in the Table, I can't change the SQL query, so I thought it would be possible with string formatting, but I can't find a format string to do it. Is there
any? Thanks.
Rafael_Luna
Member
80 Points
16 Posts
How to show only n characters using DataBinder.Eval?
Aug 02, 2003 12:41 AM|LINK
Colt
All-Star
15569 Points
1986 Posts
ASPInsiders
MVP
Re: How to show only n characters using DataBinder.Eval?
Aug 02, 2003 03:10 AM|LINK
Rafael_Luna
Member
80 Points
16 Posts
Re: How to show only n characters using DataBinder.Eval?
Aug 02, 2003 04:18 PM|LINK