GridView, Multiple Images in one cell
-
Hi, lets say i have a datatable with a column called images. and in the images column i have images/image1.png,images/image2.png,images/image3.png Now how can i make the column it is bound to display all 3 images? Thank you ahead of time.
Make images column as a template column. Put image tag and set "src" to the value from data source.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Hi, lets say i have a datatable with a column called images. and in the images column i have images/image1.png,images/image2.png,images/image3.png Now how can i make the column it is bound to display all 3 images? Thank you ahead of time.
Hi You can add more than one image control in your image template column and put image url what you want to display. Thanks and Regards Rasma :) www.rasma.dom.ir
-
Make images column as a template column. Put image tag and set "src" to the value from data source.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions