"ASP.NET AJAX" is currently a popular topic for Ajax writers. We have "ASP.NET AJAX" focused insightful blog posts, breaking news, fan favorite podcasts, online videos, and more for you from our Ajax collection.
Video: How to use ASP.NET AJAX in Visual Studio 2008Original at Google Video
• Thu, Oct 9
• 2 related articles
In this video programming tutorial, you will get a quick overview of the inclusion of ASP.NET AJAX into Visual Studio 2008 (Orcas) and .NET 3.5. This will be demonstrated by using Visual Studio 2008 and the building of web site application. For more information, and to get started using ASP.NET...
Video: How Do I: Debug ASP.NET AJAX Applications Using Visual Studio 2005?Original at Google Video
• Mon, Aug 18
• 2 related articles
In this video we learn how to use Visual Studio 2005 to debug ASP.NET AJAX applications. We are shown how the ScriptManager is used to access the JavaScript created by the ASP.NET AJAX server controls, and we also see how to use the Sys.Debug class to insert a trace message and a breakpoint.
Video: Using AJAX to Dynamically Update Silverlight ContentOriginal at Google Video
• Wed, Apr 16
This video demonstrates a simple notification system build using Silverlight, ASP.NET, AJAX and SQL Server. Silverlight is used at the front end to present a rich UI, which is asynchronously updated using AJAX based on activities of different users in the system. You are stepped through t...
Visual Studio and .Net 4 Training Kit October Update
Original at MSDN Blogs
• Tue, Oct 20
• 1 related articles
By Nicholas Allen What’s New in .NET Framework 4 What’s New in Visual Studio 2010 Introduction to ASP.NET MVC Introduction to .NET RIA Services Introduction to “Velocity” What’s New in Windows Workflow 4 Labs Introduction to ADO.NET Data Services ASP.NET AJAX 4 Creating Plan My Night – ASP.NET MVC Application...
Commented Issue: CalendarExtender Not Showing All The Days In A Month [22803]
Original at AjaxControlToolkit Work Item
• Tue, Sep 29
By Wartickler I've seen on the ASP.NET AJAX site that the sample shows all of the weeks, plus the days that bleed over into either the previous or next month. I am not sure where to start looking for the solution to this. Comments: ** Comment from web user: Wartickler ** Seriously, how could this have been over...
How To: Microsoft ASP.NET AJAX
Original at java.net
• Fri, Sep 11
By Asli Bilgin Build rich, dynamic, and interactive web applications with the Microsoft AJAX Library. This video series, presented by Asli Bilgin, explores not only the slick user interface controls, but goes deeper into the backbone of a web application. You'll also learn how to work with security, d...
Podcast: jQuery Secrets with Dave Ward
Original at ASP.NET Weblogs
• Mon, Jun 22
By craigshoemaker Dave Ward specializes in writing about ASP.NET, jQuery and ASP.NET AJAX. He is a contributing author to ASP.NET Ajax in Action, Second Edition from Manning, Nerd Dinner’s JavaScript secret weapon, listed on the Programming homepage of Alltop and newly inducted ASP Insider. Full Speed:dow...
ASP.NET AJAX testing made easy using Visual Studio 2008 Web Test
Original at ASP.NET Weblogs
• Sat, Jun 13
By oazabir Visual Studio 2008 comes with rich Web Testing support, but it’s not rich enough to test highly dynamic AJAX websites where the page content is generated dynamically from database and the same page output changes very frequently based on some external data source e.g. RSS feed. Although yo...
Opinion: June 7th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio
Original at ASP.NET Weblogs
• Sun, Jun 7
• 1 related articles
By ScottGu AJAX Building Interactive UI with AJAX – A look at JSON Serialization: Scott Mitchell has a nice article that explores the JSON serialization format used by ASP.NET AJAX when calling web-services and server end-points from client-side script.
How To: May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio
Original at ASP.NET Weblogs
• Sat, May 30
• 1 related articles
By ScottGu's Blog : Atlas Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. You can also now follow me on twitter ( @realscottgu ) where I also post links and small posts. ASP....
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...
Submitting my first bug after ASP.NET MVC 1.0 RTM Release
Original at ASP.NET Weblogs
• Mon, Mar 23
By kazimanzurrashid The Controller class of ASP.NET MVC Framework has few overloaded methods to return json result from the controller actions. Internally it uses the JavaScriptSerializer which was introduced in ASP.NET AJAX Framework. But unlike the DataContractJsonSerializer which works on attribute...
How To: Enhancing Existing Applications with ASP.NET AJAX Extensions
Original at Ajax Tutorial Top List
• Sun, Mar 1
This tutorial shows you how Microsoft ASP.NET 2.0 AJAX Extensions enable you to improve your Web application's user experience by creating AJAX-style interactive Web user interfaces. With you can enable partial-page updates for Web pages
ASP.NET - AJAX functionality not working on the page | Getting ‘Sys’ is undefined
Original at MSDN Blogs
• Fri, Feb 27
By rakkim When the ASP.NET AJAX Functionality is not working on a web page, it is usually due to the fact that the javascript needed for AJAX is not sent to the client from the server for some reason. ‘Sys’ is undefined. You might see this error message when there is a problem with the client in receiving th...
How To: ASP.NET AJAX - PageRequestManager and UpdatePanels - Part 2 of 4Original at YouTube
• Wed, Feb 18
By rss@youtube.com (rafaybinali) The tutorial shows how updatepanel requests may be handled during various phases of execution. The tutorial also shows how to use typed datasets. Author: rafaybinali Keywords: asp.net ajax pagerequestmanager sys.webforms updatepanel typed dataset Added: February 18, 2009
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
AJAX History and ASP.NET AJAX Preview 3
Original at ASP.NET Weblogs
• Mon, Jan 5
By Jim Wang I hope everybody had a great holiday break and is ready to go for 2009 :). In .NET 3.5 SP1 we shipped some improvements to the AJAX framework, including the AJAX History Feature, which allows you to add history points in the browser for AJAX applications. There have been some great blog posts ab...
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...
Evolution of the ASP.NET Test Process (Part 2)
Original at ASP.NET Weblogs
• Sun, Dec 7
By farmas Our team's first encounter with this process was during a project code named Atlas (later to be known as ASP.NET AJAX). Back then, nobody was really sure how this would work out (and there wasn't a lot of guidelines coming from the division either), so it was understood that we would experime...
Patch: Telerik Watch: RadControls for ASP.NET AJAX Q308 SP1 released today
Original at Telerik Watch
• Tue, Nov 25
By Todd Anglin webServer); New NoRecordsTemplate and AlwaysVisiblePager for RadGrid with client-side data binding; RadInputManager now supports server-side and client-side disabled styling; Multi-day appointments in RadScheduler month view now render ...
Opinion: Working with ADO.NET Data Services in AJAX
Original at ASP.NET Weblogs
• Wed, Nov 5
By Jim Wang Introduction If you haven't heard, we've shipped ASP.NET AJAX CodePlex Preview 3. It's live and available here. I'm really excited about this release because it includes client-side support for ADO.NET Data Services, replacing the AJAX Client Library for ADO.NET Data Services that we h...
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...
October 10th Links: ASP.NET, ASP.NET AJAX, jQuery, IIS
Original at ASP.NET Weblogs
• Fri, Oct 10
By ScottGu Web Platform Installer: Make it easy to setup for web development: Scott Hanselman has a nice post that shows off the new "Microsoft Web Platform Installer" we are building that provides an easy way to quickly install every Microsoft web component out there - and quickly get a machine rea...
ASP.NET AJAX and HTTP Handlers: A Cautionary Tale
Original at ASP.NET Weblogs
• Mon, Oct 6
By aspnetqa For those of you using the ASP.NET AJAX Controls, there is a potential pitfall in how HTTP handlers are managed that can affect your AJAX applications. This issue may take a little bit longer to explain than most, but that’s because it involves a concept probably unfamiliar to most AJAX dev...
Asynchronous error handling change in ASP.NET AJAX 3.5
Original at ASP.NET Weblogs
• Thu, Sep 25
By davidbarkol There is a subtle change in the .NET 3.5 release of the Microsoft Ajax Library that might catch some developers by surprise when handling asynchronous postback errors. The change can be found at the end of the endPostBack function of the PageRequestManager object. In the first release of the...
ASP.NET MVC Application Building: Forums #6 – Ajax
Original at ASP.NET Weblogs
• Mon, Sep 22
By swalther In this series of blog entries, I build an entire MVC Forums application from start to finish. In this entry, I create the user interface for the Forums application by taking advantage of ASP.NET AJAX client templates. I build the entire user interface for the Forums application with a singl...
[ASP.NET AJAX] - CodePlex Preview 2 - Declarative Custom Behavior
Original at ASP.NET Weblogs
• Sat, Sep 13
By Aurelien As we seen in my last post, declarative is very powerful. Let's now see how simple it is to use his own custom behavior. First of all, we need to create a behavior. In this example, we will use a simple HoverBehavior. His goal is just to swap a CSS class when mouse is over a DOM element. To create a behav...
[ASP.NET AJAX] - CodePlex Preview 2 - Declarative Master-Details DataView
Original at ASP.NET Weblogs
• Mon, Sep 8
By Aurelien Following this post regarding Master-Details implementation by the programmatic way, let's see how to do it through declarative way. This sample is based on the ASP.NET AJAX CodePlex Preview 2. Let's first create an .aspx page and add a ScriptManager to link the MicrosoftAjaxTemplates.js...
Review: Telerik RadControls for ASP.NET AJAX
Original at Code Scene
• Mon, Aug 4
NET AJAX versions are just amazing. The online demos really speak for themselves and say more about the product than this blog post ever could but I'll give it a shot. The Editor control is the best I've seen with it's easily ...
Podcast: ASP.NET MVC + ASP.NET AJAX
Original at ASP.NET Weblogs
• Thu, Jul 24
By craigshoemaker Jess Chadwick describes how to integrate the ASP.NET AJAX framework with ASP.NET MVC. With a few tricks up his sleeve, Jess makes it easier than it seems. Jess is "Lead Code Monkey" at Infragistics, president of the New Jersey .NET User Group and contributor to the Code Camp Server project. Reso...
Patch: Service Pack 2 Released for the Latest ASP.NET AJAX RadControls
Original at Telerik Blogs
• Thu, Jun 19
By babcock NET AJAX Q1 2008 SP2 just went live this evening. This release packs quite a punch so be sure to check it out. Here's the quick-and-dirty about the big new items:. Firefox 3.0 and Opera 9.5 compatibility across the board ...
ASP.NET AJAX in Action
Original at Peachpit
• Thu, Jun 19
By Rama Krishna Vavilala Instead, we have a new generation of fast, rich, and more intuitive web applications. The ASP.NET AJAX framework puts the power of Ajax into the hands of web developers. ASP.NET AJAX, formerly called Atlas, is a new free framework from ...
Book Review: Beginning Web Development, Silverlight, and ASP.NET AJAX: From Novice to Professional
Original at MSDN Blogs
• Mon, Jun 16
By edhild This book has a bit of everything leaving everyone from new .NET web developers to experienced ones coming away with a good experience. This book is almost like having 2 books in one. The first half is an introduction to ASP.NET. It covers the foundation, basics,etc and includes examples of so...
113 » ASP.NET Podcast Show #113 - Deep Dive into the ASP.NET AJAX …
Original at ASP.NET Weblogs
• Fri, Jun 6
By 113 » ASP.NET Podcast Show #113 - Deep Dive into the ASP.NET AJAX … Pingback from 113 » ASP.NET Podcast Show #113 - Deep Dive into the ASP.NET AJAX …
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: 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. ...
April 28th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Silverlight
Original at ASP.NET Weblogs
• Mon, Apr 28
By ScottGu's Blog : Atlas Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. ASP.NET Displaying the Number of Active Users on an ASP.NET Site : Scott Mitchell continues his ex...
How To: Free Hands-On AJAX Training
Original at KnowFree v1.0
• Wed, Apr 23
By ClareGo NET AJAX, check out this free training offer. In about 1 hour, you’ll learn how to use the central controls in ASP.NET AJAX, ScriptManager and UpdatePanel, which make it super-easy to add AJAX capabilities to your web site. ...
Building ASP.NET AJAX Controls (Pt 1)
Original at MSDN Blogs
• Tue, Mar 25
By MikeOrmond Of course you could build such a control without ASP.NET AJAX but building it with ASP.NET AJAX offers advantages including a component model framework and cross-browser compatibility features to name but two. It essentially makes it much easier to create controls with client-site Java...
How To: ASP.NET AJAX 101 - Lesson 7 - Video 1 - Using the Authentication Service
Original at LearnVisualStudio.NET Videos
• Mon, Mar 17
This video discusses how to use the built-in AJAX Authentication Service in the ASP.NET AJAX Framework as well as how to configure and use a custom authentication service. We'll go over the requirements of the custom authentication service and how to handle authentication, login and log...
Using AJAX and ASP.NET Extensions with .NET 3.5 & Visual Studio 2008 [Geekzone: IT, mobility, wireless and handheld news]
Original at Geekzone
• Mon, Mar 17
By vs2008 This becomes much easier with Visual Studio 2008’s built in support for AJAX development and the .NET framework 3.5. ASP.NET AJAX Server Control ASP.NET AJAX Server Control Extender ASP.NET AJAX Server Control ASP.NET AJAX Server Control Extender
Opinion: Feb 17th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET
Original at ASP.NET Weblogs
• Sun, Feb 17
By ScottGu JavaScript Stack Traces in ASP.NET AJAX and JavaScript Error Publishing using ASP.NET AJAX: Joel Rumerman has put together two nice posts that detail some god ways to capture JavaScript stack trace information, as well as to report JavaScript errors using ASP.NET AJAX.
Opinion: Feb 6th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET, WPF
Original at ASP.NET Weblogs
• Wed, Feb 6
By ScottGu Here is the latest in my link-listing series. Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET ASP.NET Security Tutorial Series: Scott Mitchell (who wrote the excellent Data Access Tutorial Series for us last year)...
Asp.Net Ajax Combobox using Script#
Original at DotNetKicks.com
• Sun, Jan 20
ASP.NET AJAX Combobox using Script# kick it on DotNetKicks.com.
ASP.NET AJAX in Action
Original at kmmhuy’s
• Thu, Nov 15
AJAX, ASP & ASP.NET No Comments » Ajax has revolutionized the way ... , and more intuitive web applications. The ASP.NET AJAX framework puts the power of Ajax into the hands of web developers. ASP.NET AJAX, formerly called Atlas, is a new free framework from Microsoft d
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)
Patch: Microsoft ASP.NET AJAX version 1.0 Beta Released
Original at SYS-CON Media
• Fri, Dec 22
NJ - Dec 22, 2006 update Druid function. By AJAXWorld News Desk. WBP SYSTEMS is giving away an AJAX based CRM for a few months. It includes features ...
Patch: ASP.NET AJAX RC 1.0 is Live
Original at David Hayden
• Thu, Dec 14
By Dave Hayden If you need some help in migrating your older projects to the new ASP.NET AJAX RC 1.0 release, check out: Converting Applications from “Atlas” CTP to ASP.NET AJAX RCConverting Applications from ASP.NET AJAX Beta 2 to ASP.NET AJAX RC New Feed: David Hayden ( ASP.NET C# SQL Server Developer )
ASP.NET AJAX Learning Guide
Original at SearchSecurity.com
• Mon, Nov 6
By Brian Eastwood This reference introduces developers to Microsoft's ASP.NET AJAX framework with a plethora of tips, tutorials and webcasts.