Jun 18, 2009
We've seen a few issues recently where customers were experiencing very slow async postbacks via an UpdatePanel, but only in Internet Explorer. Other browsers worked fine. (When I say "very slow," I mean in the neighborhood of 30 seconds!) The cause for...
2 comments
Tags: ASP.NETAJAX
May 16, 2009
Steps to add Ajax Control Toolkit for Framework 3.5 SP1 Steps to add Ajax Control Toolkit for Framework 2.0 Ajax Control Toolkit for Framework 3.5 SP1 Following are the steps to add Ajax Control Toolkit to the toolbox for ASP.NET 3.5 webs in Visual Studio...
7 comments
Tags: tips and tricksASP.NETDeepak VermaAjaxVisual Studio 2008 SP1
Dec 16, 2008
Here is an example to add intellisense for JS files in VS 2008. So, you have two Javascript files Jscript1.js with the following code function validateForm() { } and Jscript2.js (wherein you want current JScript file to show intellisense including objects...
2 comments
Tags: Visual Studio 2008VS2008tips and tricksVisual StudioASP.NETDeepak VermaAjax
Nov 26, 2008
In VS 2005, you can drag and drop an extender control anywhere on the design surface. However, in VS 2008, you can drop an extender only on an ASP control which the extender can extend its functionality. When you drag an extender and hover it over a control...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksDesignerASP.NETVSTSAjax
Sep 29, 2008
Not sure how many people are planning on attending the PDC (Professional Developers Conference) this year, but it is going to be a fantastic conference. We announced some huge announcements on the PDC web site. http://www.microsoftpdc.com/ We have...
1 comments
Tags: ASP.NETIISSilverlightVisual Studio.NETIIS7VistaWindowsAJAXIE8MVCADO.NETLive MeshMobile
Sep 15, 2008
Here is an interesting problem we ran into recently. The customer had a large GridView that was being updated by AJAX inside on UpdatePanel and seeing bad performance. The reason is that the Client-Side Javascript has to walk the entire DOM of the...
1 comments
Tags: ASP.NETIISAJAXADO.NET
Aug 04, 2008
Just wanted to pass along some really interesting labs that I came across the other day. These labs cover the following topics: IE 8 Activities AJAX Developer Tools Standards Support IE 8 WebSlices You can check out all these labs at Internet Explorer...
4 comments
Tags: ASP.NETIIS.NETAJAXIE8
Aug 01, 2008
So there is a very good article that came out in the April 2008 issue of the MSDN Magazine, Scaling Strategies for ASP.NET Applications . The main things in this article are: Scaling ASP.NET Applications and databases Optimizing code Using efficient caching...
2 comments
Tags: ASP.NETIIS.NETAJAX