Posts
Sort by recent activity
AutoCompleteExtender breaks profiler
In order to profile our pages, I have to remove all text boxes that have AutoCompleteExtenders. Otherwise, I encounter this error:
System.Web.HttpUnhandledException: Exception of type 'System.Web.H...
Having difficulty seeing what's important
When working with code that uses anonymous methods or lambda expressions to wrap blocks of code, it is difficult to see what the problem spots are when profiling because these methods tend to make ...