Connecting Tech Pros Worldwide Forums | Help | Site Map

.net gallery to upload and title images?

Member
 
Join Date: Apr 2009
Posts: 36
#1: Jun 10 '09
I have been looking around and was wondering if anyone has seen this.

I need to finda gallery where a user logs in, and then can upload images with titles attached to them. When they are done, the images will display to the public on a page in a table with smaller thumbnails and then when you click on it, a larger image pops up. This all gets maintained on a back end page.

Does anyon know where I can find this?

PRR PRR is offline
Moderator
 
Join Date: Dec 2007
Location: India
Posts: 702
#2: Jun 12 '09

re: .net gallery to upload and title images?


Hi jrod11,
Assuming that you want to create some sort of user album and display images ( as thumbnails ), you will need File Upload control, use of Httphandlers among other things. You can make a table for images with image description as column.
*Uploading Files
*Datalist
*HttpHandler
Member
 
Join Date: Apr 2009
Posts: 36
#3: Jun 12 '09

re: .net gallery to upload and title images?


DeepBlue:
Thank you for the links! I will give the a try and see if I can get it to work. I a new to .net, so thanks for your help.
Reply