I have a dataset which is having a single column with multiple rows.
For eg.
Name1
Name2
Name3
etc
I want to bind these values to a datalist and it should be displayed as
Name1 Name2 Name3 etc.
How can i acheive this?
I have acheived it by adding the following in my DataList.
RepeatDirection="Horizontal"
My DataList is as follows
|