how to retrive a set of photos stored in a single folder and display it in the webpage using C#.net
-
hi friends, in my project i have to display a set of photos stored in a folder dynamically to the web page, wat we did is that we have stored the path of a destination folder into a single column in SQL server and then we have to retrive all the photos stored in that specifeid folder to the web page.... i'm able to get the photos stored in it, so can anyone help me out thank you,
-
hi friends, in my project i have to display a set of photos stored in a folder dynamically to the web page, wat we did is that we have stored the path of a destination folder into a single column in SQL server and then we have to retrive all the photos stored in that specifeid folder to the web page.... i'm able to get the photos stored in it, so can anyone help me out thank you,
so what is the problem if you use the image control and change the ImageUrl Property ??
Tamimi - Code
-
hi friends, in my project i have to display a set of photos stored in a folder dynamically to the web page, wat we did is that we have stored the path of a destination folder into a single column in SQL server and then we have to retrive all the photos stored in that specifeid folder to the web page.... i'm able to get the photos stored in it, so can anyone help me out thank you,
-
so what is the problem if you use the image control and change the ImageUrl Property ??
Tamimi - Code
ya..thanks for reply.. but i have to get the url of each image dynamically and i have to diaplay all the images in that page the page must look like the image galleries in the movie websites.. for example when you go for the wallpaers of a movie the corresponding images are loaded into the page.. that kind of output i want.. can u tell me how can i do it.. possible give me an example code...
-
ya..thanks for reply.. but i have to get the url of each image dynamically and i have to diaplay all the images in that page the page must look like the image galleries in the movie websites.. for example when you go for the wallpaers of a movie the corresponding images are loaded into the page.. that kind of output i want.. can u tell me how can i do it.. possible give me an example code...
do you know how to use the Repeater control ?? if you... format your repeater as you wish, then on the ItemDataBound event set the urls for you images fell free to post again :)
Tamimi - Code
-
do you know how to use the Repeater control ?? if you... format your repeater as you wish, then on the ItemDataBound event set the urls for you images fell free to post again :)
Tamimi - Code
can you explain with an example for using the repeater control for my problem