The easiest way to break ASP.NET AJAX pages
AJAX, ASP.NET By Dave Ward. Updated June 28, 2007Use Response.Write().
If you’re worried that might not bring your website to its knees reliably enough, be especially sure to use Response.Write in code that’s executed during partial postbacks. It’s that easy!
Emitting JavaScript probably comprises the vast majority of Response.Write uses in ASP.NET projects today. So for our purposes, let’s say that we really want to display a JavaScript alert window during a partial postback, from code behind. Using Response.Write, this is how the task would have been accomplished:

Just a quick Highslide update.
Your wishes are my command. Highslide JS .NET now includes support for captioning. The captions can be specified using the Caption property of each HighslideImage control, and can be easily styled using CSS.
“Click here to download this report in Excel (CSV) format.”
