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 [...]
Archive for the ‘Asp.net 2.0’ Category
BlogEngine.Net Released
Posted in .net 2.0, Asp.net 2.0, Blog, blogengine.net on May 24, 2007 | No Comments »
Visual Studio Orcas Beta available !!!
Posted in .net, .net 2.0, .net 3.0, .net 3.5, Asp.net, Asp.net 2.0, Asp.net Ajax, General, Visual Studio .Net "Orcas" on April 20, 2007 | No Comments »
I saw the notice on Informationweek that Microsoft released a beta of the VS.net Orcas.
Find out more here.
Running an Ajax ModalPopup from code behind
Posted in .net 2.0, Asp.net 2.0 on March 23, 2007 | 19 Comments »
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
Posted in Asp.net 2.0, IE on March 20, 2007 | No Comments »
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: http://homepage.ntlworld.com/bobosola/index.htm
ISBNDB API Wrapper: First Result
Posted in .net 2.0, Asp.net 2.0, isbndb on March 20, 2007 | No Comments »
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 website yet.
Here [...]
Free ASP.NET Ajax e-learning from microsoft!
Posted in Asp.net 2.0, Asp.net Ajax on February 27, 2007 | No Comments »
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.
How to: Print from ASP.Net on a network server
Posted in .net, Asp.net, Asp.net 2.0, Windows on February 15, 2007 | No Comments »
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 saying [...]
