Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
Friends,

I want to display the images in row which are uploaded through aspx control (framework 3.5) "fileupload1".

Exactly what I need is, using .NET 3.5 framework,
I want to upload a file from desktop, show it in a row as thumbnails in an aspx page, and finally want to store them in a database (sql server 2008) table with its original size attributes (not thumbnails). and whenever I wanted to show one of those images in an aspx page, I should be able to retrieve them into a image control.

I'm using LINQ.

Please give me an approach in regards

Thanks in anticipation.

Sri.
Posted
Updated 1-Jun-11 21:10pm
v2

Google for "C# ASPX Slideshow" - you will find so many examples...
 
Share this answer
 
try dis
[^]
 
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