Archive for the ‘Asp.net 2.0’ Category

BlogEngine.Net Released

Today I saw the notice of the first official release of the freely available blogengine.net. I already installed it once when it was in the alpha/bèta phase. Back then I saw the potentials and definitly the ease of customizing and integrating it. Nowadays when I look at the features list as well as the roadmap [...]

Visual Studio Orcas Beta available !!!

I saw the notice on Informationweek that Microsoft released a beta of the VS.net Orcas. Find out more here. Print PDF

Running an Ajax ModalPopup from code behind

The ajax control toolkit contains a control called ModalPopupExtender. This extender allows you to create a dialog-like interface for webpages.When you use it like it is meant to use you would set a TargetControlID and a PopupControlID. The first is the control that will trigger the popup to show while the latter is the control [...]

IE Png Transparancy fix

When I was working on the ISBNDB API wrapper website I faced the problem of having grey backgrounds on my png images that were supposed to be transparant. After searching for a bit on the all knowing google I found the following site that proposes a working fix in the form of a javascript. URL: [...]

ISBNDB API Wrapper: First Result

Hello, I’ve been working on and off on the isbndb api wrapper. It’s a managed component that wraps around the api of isbndb.com. I’ve created a small website that will demonstrate the functionalities of the wrapper. It is still very basic and there are already more functionalities completed that can not be tested on the [...]

Free ASP.NET Ajax e-learning from microsoft!

Today I saw on David’s blog that microsoft is offering a free e-learning course for the ASP.Net Ajax technology. Check out David’s post about this for more information. Print PDF

How to: Print from ASP.Net on a network server

Yesterday we had a small problem with a project of ours. We have a reporting system that server side will process the report and if configured it will print this on a printer somewhere in the network. When we first tried this every time we printed to a network attached printer we got an error [...]