Posts Tagged ‘Asp.net’

10 Must Have Visual Studio Add-Ins

Wednesday, March 18th, 2009

Have a look and hope you will like it. Here is the link;

http://msdn.microsoft.com/en-gb/magazine/cc300778.aspx

  • Print this article!
  • Twitter
  • Facebook
  • Digg
  • del.icio.us

Asp.net Web Crop Image Control

Tuesday, December 16th, 2008

I’m so excited to announce that we have published the Web Crop Image. Those who want to implement web based image cropping functionality on their websites/projects.

Please send us feedback and tell us how we can improve this control, you are also welcome to contribute this project as a developer.

Project CodePlex website : http://www.codeplex.com/webcropimage

Updated : 18 Jan 2009 added new features maxSize and minSize to allow you fix the selection.

Updated: 11 Nov 2009 The selection now maintains its state.

Changes:

  • Namespace is now CS.Web.UI
  • Control name is now CropImage
  • Property CropImage name changed to Image
  • You dont need to set CropImageButton property anymore. Just any buttons click event call the Crop function like following;
    <CropImageControlID>.Crop(Server.Mapth(~”<directory>/<filename>”));

See samples;

http://samples.cemsisman.com/webcropimage/Sample1.aspx
http://samples.cemsisman.com/webcropimage/Ratiosample.aspx
http://samples.cemsisman.com/webcropimage/fixedsize.aspx

Please donate for further development support.

  • Print this article!
  • Twitter
  • Facebook
  • Digg
  • del.icio.us