Join your guide Link Removed as he talks to the product teams in Redmond as well as the web community.
This week Cory is joined by Pranav Rastogi (ASP.NET Team) and Link Removed (DevExpress) to talk about ASP.NET Web Forms and the AjaxControlToolkit. The AjaxControlToolkit is an open source...
I have an application that's hanging on the following:
ArrayList InitOblects = new ArrayList();
InitObjects.Add( new Microsoft.ConsultingServices.HtmlEditor.HtmlEditorControl() ); //Hangs Here
In task manager, the app is using 100% of the available core's processing power. I just thought I...