By tag: ASPNETAJAX
0
kicks
Announcing the Microsoft AJAX CDN - ScottGu's Blog
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...
0
kicks
Username Availability Validator AJAX Control, Release Demo
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 ...
0
kicks
Apply Expand All & Collapse All to Collapsible Panels in ASP.NET AJAX
Apply Expand All and Collapse All to Collapsible Panels in ASP.NET AJAX
0
kicks
Using jQuery to display a modal UpdatePanel confirmation
Another hit on using jQuery with ASP.NET AJAX by Dave Ward
0
kicks
Avoid this tricky conflict between ASP.NET AJAX and jQuery
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.
0
kicks
ASP.NET MVC Tip #41 – Create Cascading Dropdown Lists with Ajax
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...