Ive got a page on which I want to display titles and then the first 50 characters of a description field called docText. The 50 character docText field will be used to link to a page which shows the entire description.
Heres the line if code where I currently display the description, but it displays the entire thing. This is where I need to somehow limit the output to the 50 characters. Any ideas out there? Thanks!
<wmx:HyperLinkField DataTextField="docText" SortExpression="docText" HeaderText="Description" DataNavigateurlField="id" DataNavigateUrlFormatString="comFaxDocs.aspx?id={0}"></wmx:HyperLinkField>
Heres the line if code where I currently display the description, but it displays the entire thing. This is where I need to somehow limit the output to the 50 characters. Any ideas out there? Thanks!
<wmx:HyperLinkField DataTextField="docText" SortExpression="docText" HeaderText="Description" DataNavigateurlField="id" DataNavigateUrlFormatString="comFaxDocs.aspx?id={0}"></wmx:HyperLinkField>