Internet Explorer has two different ways how it renders the page and interprets certain css properties. There is a "standards compliant" mode and a legacy mode ("quirks mode"). Without the doctype, IE will always render the old way (quirks mode), and you'll have problems with some Ajax Toolkit controls...