Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I was wondering if anybody could help me or point me to some sites having a good write-up of what I need.

 

I'm working in ASP .Net with C# codebehind.

 

I would like to put images out in a folder on my web server and somehow protect them so people cannot download them via a direct link to the image. I have been thinking of a few possibilities including putting the images into a SQL database instead of storing them on the web server but this would require a database hit for each page load.

 

For my site, I want to create a control that will display small bitmaps of all the images in this folder on the left panel, allowing users to select the image they want to see the full image of. I also want to make sure the user cannot right-click/properties on the image and get the path location of the image.

 

Once I can figure ou how to do all that, my next step would be to impliment a slideshow ability onto the page. But that is the least of my problems.

 

I've also thought about using a control, but I have not been able to find a good free control that will do what I want. Perferable If I can find a control, it would be in asp.net and C# and be open source.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...