Click here to Skip to main content
15,907,225 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I need a help from u..
I want to crop the image and I want to show the cropped image on the same page itself.......
Please help me in this regard..

Thank you...
Posted

Asp.Net doesn't provide any functionality that would allow you to crop a page on the client side of things. For this, you'll need a client-side solution, such as a jQuery plug in.

I've used this one recently and it worked a treat[^].

If you need to process the image further on the server side, check out Bob Powell's [^] wealth of resources on image manipulation in .NET.

The answer to your other question, about saving the image to the database, can be found here[^]. There are lots of articles out on the web on this topic if you Bing/Google it.

Cheers.
 
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