Click here to Skip to main content
15,891,874 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,I have uploaded let say 5 pic of a particular user, now the user want to view all his picture.I know the code how to retrive it.and also how to display it.but i dont know how to display all his image in proper way , as we all see in facebook.
Mean when the user click on view photo,he should be able to see all his image in a format as let say 3 pic in one row and the remaining 2 in next row and so on.i want to display image in a proper way same as facebook or orkut,what orkut and facebook follow to display images in a proper way ,
does they create dynamic image control to display it.please send me some good idea or some link .please help
Posted

the google search you probably want is "asp.net photo gallery"

found a few:

NotesForGallery: ASP.NET AJAX Photo Gallery Control[^]

AlbumOnNet Web Control Suite for ASP.net [^]

Developing a picture album in ASP.NET[^]

Picasa Style Photo Album Using ListView Control in ASP.Net 3.5[^]

and plenty more where those came from...
 
Share this answer
 
I think you should use the Datalist With RepeatColumns property.
The RepeatColumns will give you the number of images that should be displayed on the Page.
Please respond , if my answer is not according to your expectations.
Thank you.
=============
Kishor kadam.
=============
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900