Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my Web application, i place an image in a image control.
I want to know how can I delete/crop my image on a delete button click?
Posted
Updated 14-Jun-10 7:58am
v2

1 solution

GaneshGoudd wrote:
how can I delete/crop my image on a delete button click


For deleting:
You must have an access to the image and image location. Security priviledges to delete it. In your button click event, just get the image and delete it.

For cropping:
Have a look here: Asp.net Web Crop Image Control[^]
 
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