Datalist show single records two times in marquee tag.
I get data from database in datalist.
That data list will added in marquee tag.
But it will display each records two times.
Suppose database contains two row as follow
1 A
2 B
Then datalist show output as
A A B B
Iwant output as
A B