June 2005 - Posts

Got the new MVP logo kit

Yesterday I got the new MVP logo kit. You can see the new logo on the right side of my website. Read More

Difference between using PostBackUrl and Response.Redirect

Dino Esposito, in his last post on his weblog, said that when using the PostBackUrl property to do a cross-page posting, a normal postback is made to run any server side code registered with the original page, then a cross-page call is made to reach Read More

Publishing Biztalk orchestrations as webservices on a machine that has VS.NET 2005 Beta 2 installed

Ok, so here's another thing that would make you say, "this is the last time I'll ever use Biztalk again"If you have VS.NET 2003 and Biztalk installed on your machine, and then you install VS.NET 2005 beta 2, the Biztalk Web services publishing tool Read More

A great lose for TerraVision, a great win for Microsoft

Today my manager, Tarek Bohsali, has announced that he'll be leaving TerraVision to join Microsoft. It's a huge lose for TerraVision, Tarek is a great guy, with an immense ammount of technical information. No matter how much you learn from him, he'll Read More

Displaying a GridView with client callback

ASP.NET 2.0 introduced a cool new feature, called client callbacks. Client callbacks make calling serverside code from the client side easy. Read more about it here. To use client callback, System.Web.UI.ICallbackEventHandler interface should be implemented. Read More