Web Development Blog

Toggle multiple checkboxs using JQuery with ASP.NET

In one of my projects I had a button to toggle a collection of check boxes output from a CheckBoxList control on the page. Initially I toggled these with a server postback.

Using jQuery AJAX and Page Methods with a ASP.NET WebService

I have recently started using the JQuery javascript library for a number a small projects. I have really enjoyed using jQuery, it makes javascript development really easy especially if you want to do some simple animations. There is a lot of good documentation that is easy to follow and a lot of plugins available, its worth a good look through before you make your own javascript application. I got to thinking about Ajax and get data out off a ASP.NET WebService.

The obscure GDI+ is not properly initialized (internal GDI+ error)

I have an ASP.NET 2.0 web application that from time to time throws the error GDI+ is not properly initialized (internal GDI+ error). It is one of those obscure errors you cannot generate it but it happens all the same. I have found the only way to fix it is edit the web.config file or restart the application pool to reset the web application.