News in the Category: Ajax Subscribe to the rss of this category.

Total posts: 1854

ASP.NET Ajax Roadmap Published

Brad Abrams, July 4, 2008

Bertrand recently published our roadmap for ASP.NET Ajax.  Our goal is to describe some of the proposed features that we are considering investing in future releases of ASP.NET AJAX, Visual Web...

Cool ajax loader image generator

eXtensible mind, July 3, 2008

Just found (via Brian) about this cool site to generate ajax-like loading donnuts like this one: ...

Fixing "Microsoft JScript runtime error: '__pendingCallbacks[...].async' is null or not an object"

The Code Project Latest Articles, July 3, 2008

This article explain how to fix a bug in the Asp.Net framework when using callback panels....

ASP.NET Ajax roadmap published

More Whidbey stuff, July 2, 2008

We just published our roadmap for ASP.NET Ajax. In this document we describe some of the proposed features that we are considering investing in future releases of ASP.NET AJAX, Visual Web Developer, ...

ASP.NET Podcast Show #119 - Using the History (Back) Functionality with the ASP.NET AJAX Web Services in .NET 3.5 Service Pack 1 Beta 1

ASP.NET Podcast, July 1, 2008

Subscribe to Everything.Subscribe to WMV format.Subscribe to M4V for iPod Users.Subscribe to MP3 (Audio only). Download WMV.Download M4V for iPod Users.Download MP3 (Audio only).Download PPT associate...

Add MS AJAX Extensions to a Visual Studio 2005 Setup Project

DevX: .NET Feed, June 30, 2008

MS AJAX Extensions is an assembly (DLL) that must be present on the target system in order for your AJAX-enabled ASP.NET application to work...

Updated Talk: Building Great AJAX Applications from Scratch Using ASP.NET 3.5 and Visual Studio 2008

Brad Abrams, June 30, 2008

For my Mix Essentials talk in South Africa I updated my Mix08 talk Building Great AJAX Applications from Scratch Using ASP.NET 3.5 and Visual Studio 2008 to have a little more Africa feel... I used ...

A lightweight AJAX.NET-enabled grid control

The Code Project Latest Articles, June 28, 2008

A lighweight approach to creating AJAX.NET-enabled grids, with advanced functionality built in....

Check out WeeWar.com

Darrell Nortons Blog [MVP], June 27, 2008

A few people have found out about WeeWar.com from my blog. I can tell since I see how many people have joined from my referral link.** Weewar is an addictive turn-based strategy game. The cool par...

Getting Started with the ASP.NET AJAX Control Toolkit

15Seconds.com Features, June 27, 2008

If you've been wanting to get started with AJAX, but haven't known where to start, this is your lucky day. The ASP.NET AJAX Control Toolkit is designed to provide a rich infrastructure for you to wri...

How to setup a new AjaxEngine web project

Aspects of AJAX, June 22, 2008

I was asked how to setup a web project that uses the AjaxEngine so here is step by step tutorial for a minimal Ajax web project that calls a server side web service: 1. Create a new web project (I p...

Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Using the Timer Control

4GuysFromRolla.com Headlines, June 18, 2008

Microsoft's ASP.NET AJAX framework ships with a mere five Web controls: the ScriptManager and ScriptManagerProxy; the UpdatePanel; the UpdateProgress; and the Timer. Previous installments in this art...

ASP.NET Ajax client-side templates and declarative markup article in MSDN Magazine

More Whidbey stuff, June 17, 2008

I wrote a short column in Dino Esposito's latest MSDN Magazine article to introduce two new features that we will ship with the next version of ASP.NET Ajax. The features will enable you to declarativ...

Ajax charting

More Whidbey stuff, June 17, 2008

Miljan from ComponentArt announces the 2008 release of their charting engine. It's a really interesting engine for Ajax developers because it has a full client-side object model. Check it out. htt...

Charting 2008.1 - Boldly Going Where No AJAX Chart Has Gone Before

ComponentArt WebLogs, June 17, 2008

We are thrilled to announce the release of ComponentArt Charting 2008.1. This product has been in the works for well over a year and it brings a number of truly important new features to the market. A...

ASP.NET Podcast Show #117 - Using the History Functionality with the ASP.NET AJAX UpdatePanel in .NET 3.5 Service Pack 1 Beta 1

Wallace B. McClure, June 16, 2008

Subscriptions & Downloads Subscribe to everything.Back to the original url on the ASP.NET Podcast site.  Subscribe to WMV. Subscribe to M4V for iPod. Subscribe to MP3. Download WMV. Dow...

AJAX Tip: Don't forget about the Async Web Service Calls!

Jason N. Gaylords Blog, June 16, 2008

FireFox. Internet Explorer 8. Both have great JavaScript debugging tools. Thanks to those tools, I only spent 5 minutes on an issue that could have taken hours to figure out. It was one of those momen...

Getting Started with the AjaxDataControls in Visual Studio 2005

Jason N. Gaylords Blog, June 16, 2008

Sonu Kapoor just posted about getting started with the AjaxDataControls in Visual Studio 2005. The AjaxDataControls can be found on CodePlex at http://www.codeplex.com/AjaxDataControls/. Included in t...

Script combining screen cast

More Whidbey stuff, June 12, 2008

I recorded a 5 minute screencast that shows how to use the new script combining feature in ASP.NET Ajax 3.5 SP1: http://asp.net/learn/3.5-SP1/video-296.aspx...

Script reference profiler

More Whidbey stuff, June 12, 2008

ASP.NET Ajax 3.5 SP1 contains a new feature that enables the application developer to combine scripts in order to reduce the number of downloaded files. But in order to do that, the developer must hav...

Silverlight talk at AjaxWorld

Brad Abrams, June 12, 2008

I am pretty exited to be going to AjaxWorld (Oct 20-22) in San Jose.... I will be at least giving a Silverlight talk and maybe something else fun in the Ajax, MVC, ASP.NET space. I love getting out ...

Ever needed a demo using RadControls for ASP.NET AJAX using the Q1 2008 RadControls suite?

the telerik blogs, June 10, 2008

I visited DevConnections in Orlando about a month ago. There my colleague Todd Anglin and I held a vendor session called "Developing Rich, Responsive Applications using Telerik RadControls for ASP.NE...

ScriptManager EnableSecureHistoryState

Wallace B. McClure, June 10, 2008

It appears that the History that is saved in .NET 3.5 sp1 beta1 is encoded by default and not human readable.  I haven't figured out how secure it is....

Need "Out of the Box" AJAX Functionality for Your Data Controls?

Jason N. Gaylords Blog, June 9, 2008

I've been using the Ajax Data Controls (ADC) for 9 months. I recently joined their development team to convert the controls to VS 2008/.NET 3.5. It's a really cool control set that uses AJAX for the c...

AjaxDataControls DLL for ASP.NET 3.5

Jason N. Gaylords Blog, June 6, 2008

The AjaxDataControls that have been developed by the DotNetSlackers team have been out for some time now. They were originally developed using the AJAX 1.0 libraries (pre 3.5 days). I've recently enco...

Intro to ASP.NET AJAX in .Net 3.5 & VS 2008

The Code Project Latest Articles, June 5, 2008

This is a basic intro to ASP.NET & AJAX in .Net 3.5 & VS 2008...

Full-featured RadEditor for MOSS 5.0

the telerik blogs, June 4, 2008

Our RadEditor for MOSS product has reached version 5.0. There are some major changes that you should know before you upgrade from version 4.x. First and most important is that the 5.0 version uses Rad...

Creating Serverside Clock control Using Asp.net Ajax and C#

The Code Project Latest Articles, June 3, 2008

Demonstration of Timer Control and updata panel to fire timed server events...

Profiling your AJAX Applications using AjaxView

Glavs Blog, June 3, 2008

Don't know if this has already been discussed at length before, but I found an interesting little tool from Microsoft Research for profiling the Javascript functionality in your AJAX applications. It...

Atlas Tripped Over His Own Feet

Steven Smith, June 2, 2008

Through Lake Quincy Media, we work with a variety of ad management platforms used by our customers.  This is a story about Atlas, as told by our CEO Michelle.  It is not a pleasant story, as...

Silverlight integrated into ASP.NET Ajax Control (Fifteen Puzzle Game)

ASP.NET Announcements, May 30, 2008

Hi all,I write an article to integrate Silverlight into ASP.NET Ajax Control.The article is available at this link : Silverlight integrated into ASP.NET Ajax Control (Fifteen Puzzle Game)The demo onli...

New online resources for the past three weeks (04/05/2008 - 05/25/2008)

the telerik blogs, May 28, 2008

Below is a summary of the new online resources available for our ASP.NET controls/WinForm controls: ASP.NET RadAjax Help topics Manager vs. Panel: http://www.telerik.com/help/aspnet-ajax/m...

TechEd 2008 - My presentations, come say hello !

Misfit Geek, May 28, 2008

WUX315 - PHP on Windows: Not an Oxymoron! Session Day/Time: 6/6/2008 10:15AM-11:30AM Room: S230 A Is it a well kept secret? From Microsoft Internet Information Services, to AJAX, to Micros...

Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Performing Client Actions in Response to Partial Page Postbacks

4GuysFromRolla.com Headlines, May 28, 2008

The previous three articles in this series focused on building AJAX-enabled web applications using server-side techniques and controls. For instance, Using the UpdatePanel examined how to define reg...

TechEd 2008 - My presentations, come say hello !

Misfit Geek, May 28, 2008

WUX315 - PHP on Windows: Not an Oxymoron! Session Day/Time: 6/6/2008 10:15AM-11:30AM Room: S230 A Is it a well kept secret? From Microsoft Internet Information Services, to AJAX, to Micros...

Update: ASP.NET AJAX meets Virtual Earth

Atlas notes, May 28, 2008

I've added a new article to my ASP.NET AJAX meets Virtual Earth series. This time we'll explore the inner workings of a Web Service proxy. If you are interested in the whole series, please check this ...

Client-side edit, update, delete and insert with RadControls for ASP.NET AJAX, WebServices and LINQ

the telerik blogs, May 27, 2008

Continuing my previous post regarding RadGrid client-side data-binding, I've made small example on how to perform edit, update, delete and insert using web services, LINQ and RadControls. Live Demo...

AjaxControlToolkit, Silverlight and JavaScript

The Code Project Latest Articles, May 27, 2008

An article on combining Silverlight and JavaScript in an ASP.NET Web page...

Book: ASP.NET 3.5 AJAX Pocket Guide

Misfit Geek, May 27, 2008

ASP.NET 3.5 AJAX Pocket Guide by Matthew Ellis Read more about this book... Ok readers. Check out this little nugget. Matthew Ellis and Magm...

UFrame: goodness of UpdatePanel and IFRAME combined

The Code Project Latest Articles, May 24, 2008

UFrame makes a DIV behave like an IFRAME that can load any ASP.NET/PHP/HTML page and allows all postback and hyperlink navigation to happen within the DIV - a painless way to make regular pages fully ...

Using Ajax in Microsoft MVC applications (with Entity Framework)

The Code Project Latest Articles, May 23, 2008

The article shows how to use Ajax in your applications based on Microsoft MVC Framework....

A Chat with ASP.NET and Ajax

The Code Project Latest Articles, May 22, 2008

An article on developing a Chat-application with ASP.NET and Ajax...

Working with Fiddler on LocalHost

Scott Cates WebLog, May 22, 2008

Developing ASP.NET AJAX (or any AJAX really) is tremendously easier if you can watch the traffic going across the wire. There are a lot of ways to accomplish this, but I think Fiddler is the most popu...

The Ajax Experience and other conferences

QuirksBlog, May 22, 2008

Next month will be a busy, conference- and travel-rich month. September will be exactly the same, but fortunately I've got some spare time in between (time that I'm going to need for my next big proje...

Client-side data-binding with RadGrid for ASP.NET AJAX, WebServices and LINQ - Part II

the telerik blogs, May 21, 2008

Today I've spent another ~ 30 minutes to extend RadGrid client-side data binding demo to 1 mil. records from my previous post and now you have caching and filtering included. All data operations are a...

How to call Server Side function from Client Side Code using PageMethods in ASP.NET AJAX

The Code Project Latest Articles, May 20, 2008

How to call Server Side function from Client Side Code using PageMethods in ASP.NET AJAX...

Office Web Component v11.0 Spreadsheet And AJAX Interoperatibility Part 1

The Code Project Latest Articles, May 19, 2008

This article demonstrate, how OWC and AJAX can be used to store spreadsheet content as XML data into database.This XML in turns rendered as spreadsheet in OWC control from database source....

Client-side data-binding with RadGrid for ASP.NET AJAX, WebServices and LINQ

the telerik blogs, May 17, 2008

As a TRUE ASP.NET AJAX Control you have almost unlimited possibilities with RadGrid for ASP.NET AJAX client-side API. I've spent ~ 30 minutes to create small and powerful demo with client-side data-b...

The Page Life Cycle of Client [Browser]

The Code Project Latest Articles, May 13, 2008

Explained the client side page life cycle, ajax partial render....

Add Custom JavaScript Intellisense

Misfit Geek, May 12, 2008

If you reference an ASP.NET page that contains a scriptmanager in your js file like below you get intellisense for the entire Microsoft AJAX Library plus any additional scripts ref’d by the scri...

Product Spotlight