I'm using a datalist control. How I can add a row separator in the datalist? I have more than one item in a row and I'm using .Net 2.0.
Separator template work for each item not for each row.
I want to display it like this.
row1-> item1 item2
---separator
row2-> item3 item4
---separator
row3-> item5 item6