I can connect to the SQLDataSource without any troubles. The problem is I want to make my list add a bullet at every comma. This is how my data currently displays:
Item 1, Item 2, Item 3
I would like it to separate each item using the commas though so it displays like this:
ikeAndy
Member
40 Points
29 Posts
Re: Comma Separated BulletedList
Feb 21, 2012 08:09 PM|LINK
I can connect to the SQLDataSource without any troubles. The problem is I want to make my list add a bullet at every comma. This is how my data currently displays:
I would like it to separate each item using the commas though so it displays like this:
Does that make more sense?