May 2004 - Posts

DebugView/OutputDebugString Lives in .NET

Back in my COM+ VB6 days I always had a tough time to debug into my VB6 components that were running in a dllhost (COM+ Server Application environment). Basically when the call jumped into the component that was hosted by COM+ , it would sometimes do Read More...

Biztalk Server 2004 / InfoPath,Excel / Sharepoint.

In the last month or so I have been using the Sharepoint Adapter for Biztalk 2004. http://www.gotdotnet.com/Community/Workspaces/viewuploads.aspx?id=0d1aa85c-cf8d-497e-84f4-3ffec8db1 15f What the Sharepoint Adapter does in a nutshell is allow Biztalk Read More...

Setting focus back to the control that caused the PostBack in an ASP.NET Form

SmartNavigation can be set to true on your ASP.NET webform so that when postbacks occur , the page when rendered back to the browser, will navigate back to the control that caused the postback. But SmartNavigation can be problematic especially when dynamically Read More...

Developing an ASP.NET Framework From a Windows Forms .NET Perspective.

A couple of months ago, I had to quickly develop an ASP.NET framework. I incorporated parts of a Windows .NET framework that I had previously worked on. The basic premise being that a Windows .NET Form and an ASP.NET WebForm are both event driven and Read More...