Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
January 2013
(2)
November 2010
(1)
October 2010
(1)
July 2010
(2)
April 2010
(1)
March 2010
(2)
February 2010
(2)
January 2010
(1)
October 2009
(2)
September 2009
(2)
August 2009
(1)
July 2009
(5)
June 2009
(1)
May 2009
(1)
April 2009
(3)
March 2009
(3)
February 2009
(5)
January 2009
(3)
December 2008
(5)
November 2008
(3)
October 2008
(2)
September 2008
(3)
August 2008
(3)
July 2008
(3)
June 2008
(5)
May 2008
(4)
April 2008
(8)
March 2008
(4)
February 2008
(5)
January 2008
(2)
December 2007
(4)
November 2007
(6)
October 2007
(6)
September 2007
(8)
August 2007
(6)
July 2007
(7)
June 2007
(10)
May 2007
(9)
April 2007
(12)
March 2007
(8)
February 2007
(5)
January 2007
(3)
December 2006
(1)
November 2006
(4)
October 2006
(2)
September 2006
(9)
August 2006
(2)
July 2006
(1)
Tags
.NET Framework
Ajax/Javascript
ARR
ASP.NET
CLR
Cool stuff
DataAccess
Debugging/Windbg
Hotfix/Service Pack
IDEVDataCollector
IIS
Internet Explorer
Italian techs
LogParser
OT
Personal
Productivity
Random
Scripting/ASP
Security
Technology
Tools
Troubleshooting
Vista/Longhorn
Visual Studio
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Automatic postback does not fire for TextBox control
Carlo Cardella
I recently come across an interesting request which read like this: A simple webapplication with one Textbox and one label. The Textbox has Autopostback=”true” and has an event listener attached to the TextChanged event. In the TextChanged event the label’s text is set to the text in the textbox. A javascript...
on
29 Oct 2010
Blog Post:
Internet Explorer wants to install Silverlight over and over and over again…
Carlo Cardella
I just realized I have not posted anything here over the last couple of months which is definitely not a good thing to keep a blog alive… It’s been a busy period, I’ve been working on the Italian Developer Support Blog with my colleague Raffaele , of course working with our customers on Support Cases...
on
19 Jan 2010
Blog Post:
WebResource.axd going over HTTP when we are browsing on HTTPS
Carlo Cardella
Consider this scenario: you are browsing a web site which at some point switches from http to https, and your browser show you a warning. In Firefox you get: Connection Partially Encrypted Parts of the page you are viewing were not encrypted before being transmitted over the Internet. Information sent...
on
2 Mar 2009
Blog Post:
Strict mode and 100% CPU in IE 7
Carlo Cardella
I got a couple of cases of this kind recently, one where the web pages were served by PerformancePoint and the other one was a completely custom web site, but both of them shared the same common root issue: browsing some specific pages, the CPU on client got constantly at 100% and the GUI was completely...
on
16 Feb 2009
Blog Post:
HoverNodeStyle not applied with partial postback
Carlo Cardella
The TreeView control has built-in Ajax capabilities when it comes to dynamically fill it nodes; this is done through the PopulateNodesFromClient : Sometimes, it is not practical to statically predefine the tree structure due to data size or custom content that depends on user input. Because of this,...
on
2 Jan 2009
Blog Post:
How to disable HTTP compression for specific file types?
Carlo Cardella
The question arose from a customer whom had implemented an application to stream PDF files from ASP.NET and was also using HTTP compression to save bandwidth and improve download time; using IE 6, Adobe Reader failed to open the file with the following error message: Adobe Reader could not open ‘<name>...
on
31 Dec 2008
Blog Post:
Troubles downloading public symbols?
Carlo Cardella
Imagine you are debugging your dump, are already looking forward for the output of the command you just typed (say a kpn to get the stack of a thread) and you get this message instead: *** ERROR: Symbol file could not be found. Defaulted to export symbols for mscorwks.dll WARNING: Frame IP not...
on
14 Nov 2008
Blog Post:
DropDownList with tooltip
Carlo Cardella
I recently got this question from a customer whom is binding some data to a DropDownList control inside a GridView; the various items inside the DropDownList has variable length while the control itself per their page resign requirements must be fixed, making it difficult to fully read and understand...
on
26 Sep 2008
Blog Post:
Very slow TreeView in UpdatePanel
Carlo Cardella
This is what we got couple of weeks ago: an Ajax enabled ASP.NET web application was using a TreeView control within an UpdatePanel to show a complex tree of hierarchical data (the sample we got had more than 2.000 nodes with varying degrees of nesting). The result was that browsing the tree within IE...
on
14 Apr 2008
Blog Post:
The message received from the server could not be parsed
Carlo Cardella
Again on the Ajax-compression subject (see here and here ), here's another error I got recently: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write...
on
6 Feb 2008
Blog Post:
Ajax resource intermittently not accessible (http compression)
Carlo Cardella
A few days before Christmas I had a case where the customer was intermittently getting troubles with his javascript/Ajax resource; as usual everything was working fine on the development machine, but when moved on the production server the application started throwing some client side javascript exceptions...
on
21 Jan 2008
Blog Post:
Don't let IE local cache drive you crazy!
Carlo Cardella
I stumbled across this issue multiple times during my life of web developer (which begun about 10 years ago), it appeared every now and then to complicate things when I was in the middle of a heavy debugging sessions and doing frequent changes to my pages; I was expecting some kind of results but despite...
on
16 Dec 2007
Blog Post:
HTTP error 406 with .NET Framework 3.0
Carlo Cardella
I got a couple of cases about this problem recently... Imagine this scenario: you install the .NET Framework 3.0 on your client, and then browse an ASP.NET based web site; you get a 406 HTTP return code from the web server, which means "Client browser does not accept the MIME type of the requested page...
on
1 Nov 2007
Blog Post:
Is your UserControl sluggish at loading?
Carlo Cardella
Here's an interesting story about performance I had the chance to work on over the last couple of weeks. The object of the call was a UserControl embedded in Internet Explorer, which was very slow to load the first time you browsed the page, but then was performing quite well after that long delay (around...
on
7 Oct 2007
Blog Post:
Debugger not debugging, and Response.Redirect() not redirecting...
Carlo Cardella
The customer was working on a WinXP machine joined to a domain, but had logged in using a local account (I've not tested if this may have contributed to the problem so this may be a useless information). Anyway to make things easy I connected to the faulting machine using EasyAssist to have a better...
on
27 Jun 2007
Blog Post:
Avoid UAC prompt in IE component
Carlo Cardella
Wow, this has been a tough one I closed this afternoon. The customer has developed a custom IE toolbar to interact with their portal, and found that when running this on Vista, IE displayed a warning dialog asking the user's consent to run an external program; in particular that was happening when the...
on
22 Jun 2007
Blog Post:
Broken line in ASP.NET 2.0 TreeView in IE 7
Carlo Cardella
Create a very simple page in ASP.NET 2.0, add a TreeView control and set ShowLines=true ; now browse the page with Internet Explorer 7: you'll very likely see something like this: In IE 6 this looks good... The point is that Internet Explorer 7 changes the boxing model: now a box that's too small...
on
22 May 2007
Blog Post:
ASP.NET 2.0 application running in Firefox and not running in IE
Carlo Cardella
Every now and then we get calls from a customer who decided to migrate his application from ASP.NET 1.1 to 2.0 (and sometimes those are mission-critical ones...) just changing the relevant mappings in IIS console, to then discover that the application is no longer working, or has some quite weird behavior...
on
14 May 2007
Blog Post:
Inconsistent Javascript behavior in Internet Explorer
Carlo Cardella
My colleague Stefano had this case a few weeks ago, but since he has not a blog (yet ) and I've been partially involved in it, I thought this might be interesting to share... So, here is the story: the customer wanted to disable a button inside the onBlur event of a textbox through client-side Javascript...
on
22 Apr 2007
Blog Post:
Integrated Authentication does not work with domain name
Carlo Cardella
This is an easy one, but we got cases like this every now and then... maybe worth repeating. If you use Windows Integrated Authentication in IIS, everything works fine if you browse "http://netbiosname", but Integrated Authentication fails is you browse "http://dnsname". Why...
on
18 Apr 2007
Blog Post:
CSSVista and IE Developer Toolbar to easily customize how your site/blog looks
Carlo Cardella
While working to customize a bit my blog (and you can easily see I'm not a graphic designer! ) I struggled trying to understand and sort out the tangle of CSS styles I can override to change how these pages look (at this is still "work in progress"). Luckily in our internal blogger discussion list...
on
27 Mar 2007
Blog Post:
Code Access Security hosting control in IE
Carlo Cardella
PROBLEM You have a Windows Forms component hosted in Internet Explorer, and you want to catch events raised by this control from client side scripting; to avoid security errors at runtime, the control must have "Allow calls to unmanaged assemblies" permission. if you do this, you'll notice that this...
on
1 Nov 2006
Page 1 of 1 (22 items)