Navigation


RSS: Matt Pavey RSS Feed



Thursday, July 30, 2009 @ 9:18 am,AJAX,Matt Pavey

<script type="text/javascript">
   function pageLoad() {
      
var manager = Sys.WebForms.PageRequestManager.getInstance();
      manager.add_endRequest(endRequest);
   }
 
   function endRequest(sender, args) {
      window.scrollTo(0, 0);
   }
</script>
 


Wednesday, March 26, 2008 @ 2:57 pm,AJAX,Matt Pavey

"If you've used the Microsoft ASP.NET AJAX UpdatePanel control, there's a good chance you've hit the Sys.WebForms.PageRequestManagerParserErrorException error."

This article provides some details on what this error is, common reasons it occurs, and ways to avoid getting the error.
 


Friday, September 14, 2007 @ 11:08 am,AJAX,Matt Pavey

The ASP.NET AJAX Control Toolkit provides a set of sample controls and extenders that makes it a snap to spice up your web site with rich functionality. Everything you need to get started is inside including full source code, templates, documentation, and more!
 


Friday, September 14, 2007 @ 11:04 am,AJAX,Matt Pavey

ASP.NET AJAX is a free framework for quickly creating a new generation of more efficient and interactive Web experiences that work across all the most popular browsers.
 
With ASP.net AJAX you can:
  • Create next-generation interfaces with reusable AJAX components.
  • Enhance existing pages using powerful AJAX controls with support for all modern browsers.
  • Continue using Visual Studio 2005 to take your ASP.NET 2.0 sites to the next level.
  • Access remote services & data from the browser without tons of complicated script.
  • Enjoy the benefits of a free framework with technical support provided by Microsoft.


The opinions expressed on this website are my personal opinions
and do not represent my employer's or my clients' views in any way.