Stories recently tagged with 'PageMethods'

Calling Web Services from Silverlight after the Browser has closed(danielvaughan.orpius.com)

submitted by TramShilverTramShilver(100) 2 years, 6 months ago

How to dispatch a web service call in Silverlight just after a user attempts to close the browser window or navigate elsewhere. read more...

add a comment |category: |Views: 33

tags: another

Update Panels and JSON Alternatives(csharp-codesamples.com)

submitted by rohanwarangrohanwarang(80) 2 years, 11 months ago

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 complete post back for updating a part of the page. But are these post backs truly partial? In this article we try to find out if Update panels actually improve performance by doing partial post backs or do they end up degrading it. read more...

add a comment |category: |Views: 39

tags: another

ASP.NET AJAX Page Methods(blogs.visoftinc.com)

submitted by dwhitedwhite(250) 3 years, 8 months ago

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. read more...

add a comment |category: |Views: 35

tags: another

Use jQuery and ASP.NET AJAX to build a client side Repeater(encosia.com)

submitted by datacomdatacom(165) 3 years, 11 months ago

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. read more...

add a comment |category: |Views: 406

tags: another

Some ASP.NET AJAX Tips and Tricks(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years ago

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. read more...

add a comment |category: |Views: 34

tags: another