My Cart (0) | Log In | Register

Handling Errors During a Partial-page Postback

clock April 30, 2008 09:34 by Matthew Ellis
What if you make heavy use of the UpdatePanel control to perform asynchronous postbacks and an exception is encountered while processing the server-side code? The result will be a JavaScript error thrown by the AJAX library.... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Internet Explorer 8 and Cross-domain Requests

clock March 29, 2008 03:57 by Matthew Ellis
Invoking cross-site services from client-side JavaScript generally requires the use of a proxy, however Internet Explorer 8 introduces the XDomainRequest object that allows for cross-site requests directly from JavaScript, a proxy may no longer be required for mashups.. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Client-side validation with AJAX

clock January 24, 2008 06:18 by Matthew Ellis
A common issue when making use of client-side code and Ajax is the validation of controls on the client. For example, the submit button is clicked, however the page isn’t posted to the server in a normal fashion, rather, a custom client-side event handler has been defined so that we can perform Ajax operations, that is, send results to the server via client-side proxy web services. So what’s the problem you may be asking yourself?. [More]

Currently rated 3.8 by 4 people

  • Currently 3.75/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Copyright © 2006-2008 Magma Interactive, LLC