I need to know how to display images in a tiled view. I know how to store and retrieve images or data from a database and i know i have already asked this question but i'm only asking again b'coz i didn't get the answer i wanted. I have not tried anything like this, so i have no idea how to go about it plus i'm new to asp.net so i'm trying to get some experience by working on my own personal projects.
this is what i mean by tiled view:
(There numbers mean nothing they are just to show how i want the images to be positioned.)
1 2 3 4
2 3 4 5
3 4 5 6
4 5 6 7
where each number represents an image or content being loaded dynamically from the database, since it is being loaded from the database there can be more rows or columns. I do not know if there is a control to do this but i would very much appreciate some help with this.
I use Ms Sql Server 2008 and VisualBasic.NET
this is what i mean by tiled view:
(There numbers mean nothing they are just to show how i want the images to be positioned.)
1 2 3 4
2 3 4 5
3 4 5 6
4 5 6 7
where each number represents an image or content being loaded dynamically from the database, since it is being loaded from the database there can be more rows or columns. I do not know if there is a control to do this but i would very much appreciate some help with this.
I use Ms Sql Server 2008 and VisualBasic.NET