Avatar of ljhodgett
ljhodgett
 asked on

resize and change image in asp.net

Hi,

I'm currently building an asp.net site using vb.net 2005. I think this may be a bit of a complicated one but hopefully will be possible. I am trying to find out how I use the webpage to upload an image to the server and change its file size to lets say 200 x 200. The next thing I would like to do with it once its been resized is to add a boarder around it with curved corners. Is this possible please and how do I do it.

hope you can help.

Many thanks
Lee
.NET ProgrammingWeb ApplicationsASP.NET

Avatar of undefined
Last Comment
RDdice

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
RDdice

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
ljhodgett

ASKER
Hi,

Thats great that it can be done but i'm afraid I only know vb.net and not C# i'm afraid. Most people seem to use c# over vb.net so maybe i need to start looking at it in the future.

Best Regards
Lee
RDdice

You can use this when looking at example code.

It does about a 95% good job at conversion between vb.net and c# or vise versa.

Very handy tool

http://labs.developerfusion.co.uk/convert/csharp-to-vb.aspx
Your help has saved me hundreds of hours of internet surfing.
fblack61