Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites


ASP Insider Follow Me On Twitter

March 2009 - Posts

DSBL.org is Gone; The Battle Against SPAM Still Rages
This morning I noticed some timeouts when checking against the DSBL.org servers for incoming SMTP traffic to my E-Mail server. So I checked the website to find the DSBL SPAM blacklilst have been taken offline . They explain that SPAMMERS have changed Read More...
Internet Explorer 8 is Released – Diagnose Connection Problems!!
Please Note I posted a follow up article to this one in June. Please read on how I resolved the issue . Today Microsoft released the Release version of Internet Explorer 8 (I would provide the link here but I am waiting for it to load in my browser.. Read More...
Disabling a Web Page for a Long Running Operation
I was trolling the ASP.NET forums tonight and found a very good question from ctrlctrl, . He wanted to know how to ‘grey’ out the page while he was waiting on a long running process on the server. The answer is pretty simple, it involves a little AJAX Read More...