Ajax now featured on Techshrine | Also visit: The Teleprompter | JetPack Future | Autolust

Boxxet Home   |   Log in or Register

Hot Topics   Google Web Toolkit     ajax control toolkit     ruby on rails     Silverlight     asp.net ajax toolkit     JSON     XMLHttpRequest    

asp.net ajax toolkit

"asp.net ajax toolkit" is currently a popular topic for Ajax writers. We have "asp.net ajax toolkit" focused insightful blog posts, breaking news, fan favorite podcasts, easy downloads, and more for you from our Ajax collection.

Stories

Year 2009

 

Rate Ajax Control Toolkit Merges into ASP.NET Ajax

Original at MSDN Blogs external link    Thu, Dec 3

Thumbnail

By Bruce Kyle The ASP.NET Ajax Library consolidates ASP.NET Ajax and the Ajax Control Toolkit into a single open source project. The Ajax Control Toolkit and Ajax Libraries, components of many web development strategies, make it easy for developers to use the Ajax programming model in their websites a...

Rate Surveys, Polls, Voting, and why they usually stink

Original at ASP.NET Weblogs external link    Thu, May 28

By tony_lombardo A current snapshot of results shows that 76% of developers are using jQuery, compared with 48% using ASP.NET AJAX and 58% using AJAX Toolkit.  Does that really mean that there are more jQuery developers than WebForms/ASP.NET AJAX developers?  To confuse matters, AJAX Control Toolkit is b...

Rate CodingQA Podcast Episode 7

Original at ASP.NET Weblogs external link    Mon, May 25

By farmas In this show Federico and Matthew talk about what exploratory testing (ET) is and how the ASP.NET QA team uses this methodology for testing. News Dynamic Data release in CodePlex.com TechEd 2009 Ajax Control Toolkit Refresh released. Exploratory Testing

Rate Really cool Month view calendar for Asp.Net (not Ajax Control Toolkit)

Original at Tone's Enterprise Dot Net external link    Sun, Apr 19

By tonywr And that’s just a handful. All this just goes to show how common this requirement must be. I find it absolutely bizarre that anyone could claim ownership of the idea in 2009, especially given that the Ajax Control Toolkit is public domain software and already provides these views!

Rate How To: Master AJAX Pop-Ups Using the HoverMenuExtender Control

Original at Ajax Tutorial Top List external link    Sat, Jan 31

This article shows you how you can create pop-ups in your ASP.NET application using the ASP.NET AJAX framework and the ASP.NET AJAX Control toolkit. In particular, you will learn how to use the HoverMenuExtender control to make good use of pop-ups

Rate Working with the ASP.NET AJAX Authentication Service

Original at ASP.NET Weblogs external link    Tue, Dec 9

Thumbnail

By aspnetqa Logout Let's dissect each section to see what's going on.  Walking the code from top to bottom, you'll first notice I'm registering the AJAX Control Toolkit assembly. If you're not already familiar with this set of AJAX controls, I recommend you take a few minutes to learn about (link provi...

Rate How To: Installing AJAX Toolkit for Visual Studio .NET 2008 - Tutorialized

Original at Tutorialized.com external link    Mon, Nov 24

In this tutorial, we will be looking at one of these extenders to create a Password Strength indicator, which extends an ASP.NET TextBox, and also the AJAX Accordion. Installing AJAX Toolkit for Visual Studio .NET 2008 tutorial ...

Rate October 22nd Links: ASP.NET, Visual Studio, WPF and Silverlight

Original at ASP.NET Weblogs external link    Wed, Oct 22

By ScottGu Building a Great ASP.NET AJAX Application from Scratch: Brad Abrams has a nice end to end application tutorial that shows off building an ASP.NET AJAX application from scratch. It covers ASP.NET, LINQ, Server and Client-side AJAX, the ASP.NET AJAX Control Toolkit, jQuery and more.  A great e...

Rate How To: Creating a Simple AJAX Control in ASP.NET 2.0 and C#

Original at C# Articles and Tutorials external link    Wed, Sep 17

The AJAX control we will be working with in this article is the “PasswordStrength” control. As mentioned above this control is in the AJAX Control Toolkit we installed in the previous article of this series. We will also learn that the ...

Rate New AJAX Control Toolkit Tutorials

Original at MSDN Blogs external link    Fri, Jun 6

By gduthie Bunch of new tutorials available for using the controls in the ASP.NET AJAX Control Toolkit. If you're not using these controls, you're missing out on a great resource for speeding up your AJAX development: ...

Rate How To: AJAX with ASP.NET using Visual Studio 2005 and AJAX Toolkit

Original at Tutorialized.com external link    Tue, Jun 3

The following article shows how to AJAX power your web application using the ever popular ASP.NET platform using Visual Studio and AJAX Toolkit. Learn how to improve performance and add new features u...

Rate How To: ASP.NET - AJAX with ASP.NET using Visual Studio 2005 and AJAX Toolkit

Original at Last Tutorials from Tutsbuzz.com external link    Thu, May 15

The following article shows how to AJAX power your web application using the ever popular ASP.NET platform using Visual Studio and AJAX Toolkit. Learn how to improve performance and add new features using AJAX with ASP.NET.

Rate ASP.NET AJAX Framework and ASP.NET AJAX Toolkit embarrassing

Original at The Joel on Software Discussion Group external link    Wed, May 14

NET page life cycle, the attempt to statically type JavaScript, and partial-page rendering (UpdatePanels), all have huge performance implications and make ASP.NET AJAX more complex than the other AJAX libraries. ...

Rate How To: AJAX with ASP.NET using Visual Studio 2005 and AJAX Toolkit

Original at totaltutorial.com external link    Wed, Apr 30

The following article shows how to AJAX power your web application using the ever popular ASP.NET platform using Visual Studio and AJAX Toolkit. Learn how to improve performance and add new features using AJAX with ASP.NET.

Year 2007

 

Rate You can contribute to the ASP.NET AJAX Control Toolkit

Original at MSDN Blogs external link    Fri, Nov 9

1145257805] Did you know that there is an open contribution model for submitting new controls in the AJAX Control Toolkit ? This document provides some guidelines on how you could get your custom ASP.NET AJAX control added to the toolkit and therefore used by developers around the world

Rate Opinion: UPDATED WIKI: ContributingToTheToolkit

Original at codeplex.com external link    Thu, Oct 11

By kirtid Contributing to the Toolkit The Toolkit is a shared source project that is released under the Microsoft Permissive License. It is a framework built on top of ASP.NET AJAX and has a set of over 35 controls. Many of those controls have been written by members of the ASP.NET AJAX community. The Tool...

Rate Patch: The ASP.NET AJAX Control Toolkit Has Been Updated

Original at InfoQ.com external link    Thu, Sep 27

The AJAX Control Toolkit for ASP.NET 2.0 has been updated. Nothing new was added, but the bug fixes are sure to be welcome. In related news, a VS 2008 Beta 2 compatible version was also released with a couple of interesting features. ...

Rate Patch: re: VS 2008 and .NET 3.5 Beta 2 Released

Original at ASP.NET Weblogs external link    Fri, Jul 27

By ScottGu Note that if you create a new web application that targets .NET 3.5 you'll be able to use ASP.NET AJAX. There is also now a version of the ASP.NET AJAX Control Toolkit that targets .NET 3.5 that you can download here: www.codeplex.com/. ...

Rate How To: Using the UpdatePanel and tab controls from the AJAX Control Toolkit to build an "in place" master details

Original at Channel9 posts by user: The Channel 9 Team external link    Wed, May 23

Thumbnail

By keydet  A customer asked me how to implement a specific master details scenario with tabs using ASP.NET AJAX.  This screencast shows the scenario/solution. Download sample from here. Watch the screencast(WMV)

Rate Love Ajax? Hate The Exploits

Original at WebProNews external link    Tue, Apr 3

Thumbnail

By David A. Utter We analyzed 12 popular Ajax frameworks, including 4 server-integrated toolkits - Direct Web Remoting (DWR), Microsoft ASP.NET Ajax (a.k.a. Atlas), xajax and Google Web Toolkit (GWT) -- and 8 purely client-side libraries -- Prototype, Script.aculo.us, Dojo, Moo.fx, jQuery, Yahoo! UI, Ric...

Popular Topics
Search Ajax
Also of Interest...
Do you publish a blog? If so, consider joining the Boxxet Network and see your great content showcased and rewarded! Learn more...