May 2004 - Posts
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...
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...
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...
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...