C
Chris
Hey
I want to only show the first 7 words of a string in an <asp:repeater>.
<asp:repeater>
<itemtemplate>
<%# DataBind.Eval(Container.DataItem, "bodytext");
</itemtemplate>
</asp:repeater>
Any tips as to the best way to do this?
Cheers
Chris
I want to only show the first 7 words of a string in an <asp:repeater>.
<asp:repeater>
<itemtemplate>
<%# DataBind.Eval(Container.DataItem, "bodytext");
</itemtemplate>
</asp:repeater>
Any tips as to the best way to do this?
Cheers
Chris