User-1026607185 posted
<asp:Repeater ID="Documents" runat="server" OnItemDataBound="Documents_OnItemDataBound" EnableViewState="true">
<ItemTemplate>
<td >
<strong><span id="spnServiceBundleService" runat="server" /></strong>
</td>
</ItemTemplate>
</asp:Repeater>
at the movement my data display like below
Document1 Document2 Document3 etc.
but I wanted to display it with comma seperated.
Document1,Document2,Document3
pleaselet le me know how to get my output with my asp.net repeater control ...
thanks