Browse by Tags

All Tags » AJAX (RSS)

Image Upload, Crop and Resize with ASP.NET MVC jQuery Uploadify and jCrop by schnieds

I needed a slick way for my customers to upload, crop and resize photos within my Church Management Software. After doing some research it seems that a bunch of existing libraries and utilities need to be combined to create a functional and slick user...
Filed under: , , ,

AjaxControlToolkit AutoCompleteExtender Bug in an UpdatePanel by schnieds

While working with the AutoCompleteExtender in the AjaxControlToolkit I ran across a bug where if the control happens to reside in an UpdatePanel, the AutoComplete trigger wouldn't get called after a PostBack is triggered in the UpdatePanel. I found the...

Improving UpdatePanel Performance with Trace=”true” by schnieds

Yes, yes, I know that UpdatePanels aren’t elegant AJAX implementations. I know that some consider them cheating and worthless. But I also know that they are easy to use and they work darn well, so I will continue to use them for a lot of applications...
Filed under: ,
More Posts