Archive for the ‘Asp.net Ajax Component’ Category.

ASP.NET Slider Control

Powerful ajax slider script in script.aculo.us . I created new asp.net slider component using this. Orjinal script.

ScreentShots:

ASP.NET Image Croper Component with JCrop


JCrop is powerful image croper javascript tool. I created asp.net ajax control for jcrop and opened download. Follow the images. Jcrop is free software released under MIT License.

Save as croped area when clicked cropit button.



btnCropIt Click code example:

Image1.ImageUrl = “~/Uploads/Image/” + ImageCroper1.Crop(Server.MapPath(”Uploads/Image/”));

Download dll file