Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Internet Explorer   (RSS)
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). Read More...
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 Read More...
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 Read More...
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; Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
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 Read More...
  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 Read More...
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"). Read More...
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. Read More...
 
Page view tracker