0c029c80-81d1-4ea5-9cbd-bd6199d7259e|0|.0
So you have used update panels before. And the same code you may have used in an AJAX enabled website does not work when you put it into a Web Application.
I struggled with this for several hours before discovering that if you have the following line in your web.config file it breaks ASP.Net AJAX.
<xhtmlConformance mode="Legacy"/>
I have not researched the reason behind this but I plan to do so and will provide an update when I find more information.&n...
[More]
d3b07c5a-d072-4b7e-ae71-ed33a7017fb0|4|5.0

So you are trying to modify the Reporting Services CSV export behavior. This article will outline two specific behavior changes: How to turn off exporting of the header record How to change the encoding to ASCII By default Reporting Services exports a CSV file encoded as Unicode and contains a header record. Lets start with turning off the header record. NOTE: make a backup of any config file prior to making any modifications. First deter...
[More]
f940e625-8fc7-4b53-851d-318d614e0be2|0|.0

The first in a series of articles about web developer tools that are invaluable (to me).
[More]