ASP Gridview MaxLength

milicis

New Member
I have a gridview using \[code\]<asp:BoundField DataField="Comments" HeaderText="COMMENTS" />\[/code\], I would like to only show the first 20 characters in the Commemnt column when the gridview gets populated. Is there way to accomplish this in VB? Thank you.
 
Top