Stories recently tagged with 'ASPNETAJAX'

Announcing the Microsoft AJAX CDN - ScottGu's Blog(weblogs.asp.net)

submitted by dbasarab617dbasarab617(100) 2 years, 4 months ago

Earlier today the ASP.NET team launched a new Microsoft Ajax CDN (Content Delivery Network) service that provides caching support for AJAX libraries (including jQuery and ASP.NET AJAX). The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes. read more...

add a comment |category: |Views: 202

tags: another

Username Availability Validator AJAX Control, Release Demo(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 1 month ago

Back in September last year (2008), I posted a demo about Username Availability Validator Control. This control developed by the community on a contest initiated by Dave Ward on August 2008 as I remember. At that time the control was in beta. On October 2008 the control was released to public on its first version. And finally I wrote a a very simple documentation on the project Wiki. read more...

add a comment |category: |Views: 254

tags: another

Using jQuery to display a modal UpdatePanel confirmation(encosia.com)

submitted by mosessaurmosessaur(5424) 3 years, 3 months ago

Another hit on using jQuery with ASP.NET AJAX by Dave Ward read more...

1 comment |category: |Views: 111

tags: another

Avoid this tricky conflict between ASP.NET AJAX and jQuery(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 4 months ago

One example of how ASP.NET AJAX can conflict with jQuery's plugins, due to its modification of some JavaScript base types, and how to fix the problem in this particular case. read more...

add a comment |category: |Views: 300

tags: another

ASP.NET MVC Tip #41 – Create Cascading Dropdown Lists with Ajax(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 5 months ago

In this tip, Stephen demonstrate three methods of creating cascading drop down lists in an MVC application. First, how to write JavaScript code to update one dropdown list when another dropdown list changes. Next, Show you how you can retrieve the data for the dropdown lists from either a controller action or a web service read more...

add a comment |category: |Views: 1086

tags: another