ASP.NET Slider Control
Powerful ajax slider script in script.aculo.us . I created new asp.net slider component using this. Orjinal script.
ScreentShots:
C#, VB.NET, SQL Server
Archive for the ‘Asp.net Ajax Component’ Category.
Powerful ajax slider script in script.aculo.us . I created new asp.net slider component using this. Orjinal script.
ScreentShots:
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/”));
