1
Answer

how to show images in horizontal in asp.net listview

how to show images in horizontal in asp.net listview(present list view images are showing vertically i want horizantally those images)
present out put                                Expected output
..............................               ..............................................
image1                                        image1 image2 image3 image 4 image 5 image 6 image7
image2
image3
image4
image5
image6
image7
 
Answers (1)