I
Imran Aziz
Hello All,
I use a repeater control to display data, here is line I use to output
data
<%# ((DataRowView)Container.DataItem)["sItemDesc"]%>
now the issue is that this is a description field and I only want to display
the first twenty words of the description, how can I do that ? can I alter
the above command to do that, or do I need to do that in SQL ?
Imran.
I use a repeater control to display data, here is line I use to output
data
<%# ((DataRowView)Container.DataItem)["sItemDesc"]%>
now the issue is that this is a description field and I only want to display
the first twenty words of the description, how can I do that ? can I alter
the above command to do that, or do I need to do that in SQL ?
Imran.