By tag: PageMethods
0
kicks
Calling Web Services from Silverlight after the Browser has closed
How to dispatch a web service call in Silverlight just after a user attempts to close the browser window or navigate elsewhere.
0
kicks
Update Panels and JSON Alternatives
In most asp.net applications users experience post backs as a result of submit action by the client browsers. These post backs can be quite annoying when just a small part of the page needs to be refreshed. Update panels are designed to perform partial post back eliminating the need for doing a comp...
0
kicks
ASP.NET AJAX Page Methods
Lots of developers using ASP.NET AJAX overuse the UpdatePanel, or use it in situations where it doesn't make sense. I still encounter developers who fall into the UpdatePanel trap, I figured it would be a good idea to discuss Page Methods a bit further.
0
kicks
Use jQuery and ASP.NET AJAX to build a client side Repeater
An example of one way of using ASP.NET AJAX and jQuery to implement client-side Repeater functionality. Using this technique on one of my own sites, I realized an over 400% performance gain.
0
kicks
Some ASP.NET AJAX Tips and Tricks
I've been using ASP.NET AJAX alot for a while now, so I thought I'd share some of the Tips and Tricks that I've learned though my adventures. Lately, all the buzz has been around Silverlight, but I know there are still a lot of devs out there that can benefit from these tips and tricks.