"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.
ASP.Net AJAX – Seadragon AJAX Control – making it work with DeepZoomPix
Original at MSDN Blogs
• Thu, Oct 22
By dgartner The latest version of the AJAX Control Toolkit includes a new SeaDragon control that allows you to DeepZoom images with pure JavaScript. This is very cool, however, the instructions for embedding the viewer seem to already be out of date.
Surveys, Polls, Voting, and why they usually stink
Original at ASP.NET Weblogs
• 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...
CodingQA Podcast Episode 7
Original at ASP.NET Weblogs
• 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
Really cool Month view calendar for Asp.Net (not Ajax Control Toolkit)
Original at Tone's Enterprise Dot Net
• 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!
How To: Master AJAX Pop-Ups Using the HoverMenuExtender Control
Original at Ajax Tutorial Top List
• 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
Working with the ASP.NET AJAX Authentication Service
Original at ASP.NET Weblogs
• Tue, Dec 9
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...
How To: Installing AJAX Toolkit for Visual Studio .NET 2008 - Tutorialized
Original at Tutorialized.com
• Mon, Nov 24
• 6 related articles
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 ...
Related articles from ibm.com, Ajaxian, Pixel2Life.com and more.
October 22nd Links: ASP.NET, Visual Studio, WPF and Silverlight
Original at ASP.NET Weblogs
• 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...
How To: Creating a Simple AJAX Control in ASP.NET 2.0 and C#
Original at C# Articles and Tutorials
• 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 ...
ASP.NET MVC Tip #37 – Create an Auto-Complete Text Field
Original at ASP.NET Weblogs
• Sat, Aug 23
By swalther In this tip, Stephen Walther demonstrates how you can create an auto-complete text field in an MVC view by taking advantage of the Ajax Control Toolkit. He explains how you can create a custom Ajax Helper that renders the necessary JavaScript. In the previous tip, I demonstrated how you can...
New AJAX Control Toolkit Tutorials
Original at MSDN Blogs
• 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: ...
How To: AJAX with ASP.NET using Visual Studio 2005 and AJAX Toolkit
Original at Tutorialized.com
• Tue, Jun 3
• 6 related articles
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...
Related articles from ibm.com, Ajaxian, Pixel2Life.com and more.
How To: ASP.NET - AJAX with ASP.NET using Visual Studio 2005 and AJAX Toolkit
Original at Last Tutorials from Tutsbuzz.com
• 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.
ASP.NET AJAX Framework and ASP.NET AJAX Toolkit embarrassing
Original at The Joel on Software Discussion Group
• 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. ...
How To: AJAX with ASP.NET using Visual Studio 2005 and AJAX Toolkit
Original at totaltutorial.com
• 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.
You can contribute to the ASP.NET AJAX Control Toolkit
Original at MSDN Blogs
• 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
Opinion: UPDATED WIKI: ContributingToTheToolkit
Original at codeplex.com
• 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...
Patch: The ASP.NET AJAX Control Toolkit Has Been Updated
Original at InfoQ.com
• 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. ...
Patch: re: VS 2008 and .NET 3.5 Beta 2 Released
Original at ASP.NET Weblogs
• 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/. ...
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
• Wed, May 23
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)
Love Ajax? Hate The Exploits
Original at WebProNews
• Tue, Apr 3
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...