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

Total posts: 1996

Dating Website MailBox with Full Features

The Code Project Latest Articles, January 3, 2009

GridView with AJAX Delete Confirmation, Select / Delete ALL with Memory Paging...

Masked Div Or Modal Popup Window

The Code Project Latest Articles, December 31, 2008

A Masked div or modal popup window is a child window created from the parent window which prevents the user from interacting with it before they can return to the parent application. Modal windows are...

AJAX enabled collapsible form section

The Code Project Latest Articles, December 30, 2008

An AJAX control that can hide or show a form section including handling validators nested in the section....

Ajax enabled collapsible form section

The Code Project Latest Articles, December 30, 2008

Ajax control that can hide or show a form section including handling validators nested in the section....

How to Show Messenger-Like Popups Using AJAX

The Code Project Latest Articles, December 26, 2008

How to show Messenger-like popups using AJAX....

ClientCallback custom control for Web Applications

The Code Project Latest Articles, December 19, 2008

A client callback custom control & how to use it in Webforms...

Ajax Photo Album Project

The Code Project Latest Articles, December 16, 2008

The project shows how to create photo album and slide show using Ajax XmlHttpRequest...

Microsoft Ajax Client Templates and declarative jQuery

More Whidbey stuff, December 10, 2008

Apparently Brian likes our declarative syntax. And jQuery. And he did something quite fun with them, something we had clearly not anticipated: using Microsoft Ajaxs new declarative syntax to call jQue...

ToolTip AJAX Client Control

The Code Project Latest Articles, December 8, 2008

General Purpose Tooltip control using ASP.NET AJAX...

ASP.NET AJAX TreeView control with templates

The Code Project Latest Articles, December 8, 2008

ASP.NET AJAX TreeView control with templates, event binding, client and server events and more......

Another (New) Book Is Here!

AspNetResources.com articles, news and updates, December 7, 2008

No, I still refuse to undertake writing a book—takes too long, becomes obsolete too fast, no money in it, etc, etc. But! If you follow this blog on a regular basis, you know what a voracious rea...

Ajax XML Project

The Code Project Latest Articles, December 5, 2008

The article shows how to periodically refresh the data on a web page through Ajax XmlHttpRequest...

Part 2: Compress AJAX Callbacks - Enhance ASP.NET Controls Performance

The ASPx Blog, December 4, 2008

Check out this 5 minute video which shows how to Enhance Performance With Callback Compression. The EnableCallbackCompression property speeds up your website by compressing the data sent over an AJAX...

jQuery and ASP.NET Article Posted

Rick Strahls WebLog, December 3, 2008

Ive posted part two in the (now) three part series of articles about jQuery with ASP.NET today. You can read the article here: jQuery with ASP.NET (Part 2: Making Ajax Callbacks to the Server) Part ...

Create Composite Control using Ajax Toolkit Controls

The Code Project Latest Articles, November 29, 2008

How to create a Composite Control containing the features of Ajax ResizableControlExtender, CollapsiblePanelExtender and DragPanelExtender...

ASP.NET AJAX: Replacement CSS add/remove functions

Technology and Programming - Speednets Lottery Post Blog, November 28, 2008

I came across a major performance issue in the Microsoft ASP.NET AJAX client library (JavaScript library) today. Because the nature of the issue is engrained in the client library code, the only way ...

Ajax Tutorial for Beginners with XML & JSON: Part 2

The Code Project Latest Articles, November 26, 2008

This article will give you a brief idea about Ajax with XML & JSON...

WCF REST Services and AJAX Callbacks

Rick Strahls WebLog, November 26, 2008

Im a big fan for using AJAX callback services in my AJAX enabled applications. I prefer the low level approach where the server acts as a service and only feeds data to the client and the client then ...

Simplifying the edit in place behavior

More Whidbey stuff, November 25, 2008

Last week, I wrote about building a simple behavior to edit text in place. Almost at the same time, Nikhil was building a similar component for Silverlight, but it was considerably simpler because ins...

Dynamic control in Web.Extension

The Code Project Latest Articles, November 25, 2008

Efficient development on web projects...

Getting a reference to a behavior

More Whidbey stuff, November 23, 2008

In the last post, I showed how you can instantiate multiple behaviors on a single input element, through server extenders or directly through client behaviors (which themselves can be created imperati...

Ajax Tutorial for Beginners: Part 1

The Code Project Latest Articles, November 22, 2008

Ajax Tutorial for Beginners: Part 1...

Putting more than one behavior on one element

More Whidbey stuff, November 22, 2008

Microsoft Ajax has the interesting ability to combine more than one component onto a single element. In the previous talk, I alluded to this possibility and one of the commenters (Tiamat) asked me to ...

CallQueue: Implementing a Sequential Web Service Call Queue for AJAX application

Tanzim Saqib on .NET discovery, November 19, 2008

In AJAX based applications its common that user might end up breaking your AJAX calls by clicking on numerous places in very short interval of time. Let us assume there is a page where there are sever...

Image Centering Techniques You Should Know About

the telerik blogs, November 18, 2008

The following new code library entry demonstrates two alternative techniques for centering an image inside a RadAjaxLoadingPanel. Both techniques should not be something new for CSS-savy devs, however...

Utilizing the Microsoft AJAX Framework and ClientAPI to Develop Rich Modules: Part III

Joe Brinkman, November 12, 2008

As mentioned in Part II of this series, this entry will focus on another advantage of writing rich client side objects representing our modules on the client side. One very common use case that comes ...

Custom JSON Serialization in ASP.NET AJAX

Keyvan Nayyeri, November 11, 2008

As you would already know, JSON serialization of server objects is an inherent task in ASP.NET AJAX workflow, and plays the key role in developing AJAX applications. However, default JavaScriptSerlial...

Building a data driven application with ASP.NET Ajax 4.0 and ADO.NET Data Services

More Whidbey stuff, November 7, 2008

Jim Wang (one of the great QA people on the Ajax team) just started a blog, and his first post is a very detailed walk through building a data-driven application from scratch using ADO.NET Data Servic...

ASP.NET Ajax Controls and jQuery

the telerik blogs, November 6, 2008

.csharpcode { overflow:auto; } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; backg...

Ajax ComboBox Control

The Code Project Latest Articles, November 5, 2008

As you type a search phrase, It automatically displays a list of matching entries in a dropdown list just like google suggest....

jQuery Based Ajax.Net library

The Code Project Latest Articles, November 5, 2008

jQuery Based Ajax.Net library...

Build an AJAX Based ASP.NET Web Tag Application - Part 2

ASPAlliance.com - The #1 ASP.NET Community, November 5, 2008

In this second part of the series, Xianzhong delves deeper into the system design and implementation of the web tag application, which involves all the web tag related functions with the help of relev...

New online resources for the past four weeks (09/29/2008 - 10/31/2008)

the telerik blogs, November 4, 2008

Below is a summary of the new online resources available for our ASP.NET AJAX controls and Telerik Reporting: RADCONTROLS FOR ASP.NET AJAX RadScheduler Knowledge base articles External skins ...

Follow-Up to TechDays 2008 in Toronto

WebLog of Ken Cox [MVP], October 31, 2008

Thanks to all the folks who attended by presentation on using the ASP.NET AJAX Extensions. As promised, here are the resources that I used at TechDays 2008 in Toronto. A Deep Dive into the ASP.NET AJA...

How I broke my app with UpdatePanel controls

mikes web log, October 30, 2008

As with so many things, it also started out so simple. I wanted to use UpdatePanel controls to throw a little AJAX-ification onto one of my blog management pages. (Specifically, the blog entry page.) ...

Slides from acessible Ajax workshop at Fundamentos Web

QuirksBlog, October 29, 2008

Yesterday I did my first five-hour workshop at the Fundamentos Web conference in Gijón. It went well, I think, even though today my legs still hurt a bit from standing up so much.Today I publish the s...

New Specs On Tap For Ajax Development

FTPOnline ASP.NET Channel, October 27, 2008

A consortium of vendors focused on AJAX interoperability last week unveiled two key standards initiatives: a new metadata specification and a new version of its mashup runtime....

Customizing MaskedInput Transforms

ComponentArt WebLogs, October 23, 2008

In this blog post I will assume that you understand how MaskedInput Transforms function. It was explained in the previous blog post.Here is the list of currently implemented transforms:CreditCard_Visa...

Going to California

More Whidbey stuff, October 22, 2008

Im flying to San Jose tonight for tomorrows OpenAjax Alliance face to face meeting, which Microsoft is hosting. On Friday, we are also hosting a new event that aims at establishing a dialogue between ...

AjaxWorld Talk: Building a Great Ajax application from Scratch

Brad Abrams, October 20, 2008

I had a great time today at AjaxWorld during my talk on building a great Ajax Application from Scratch.  It was fun to get out from behind the powerpoint and show some real code!   Fo...

AJAX >> Using AJAX to load a usercontrol that has javscript declared in it

the telerik blogs, October 20, 2008

Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal...

Display AJAX Progress in ASP.NET MVC

Keyvan Nayyeri, October 20, 2008

Yesterday I was finalizing one of the chapters of our book about AJAX development in ASP.NET MVC, and had to add exercises for the chapter. One of my exercises was about adding an AJAX progress to a s...

Accessing RadControls for ASP.NET Ajax items with WatiN(by using only the html elements)

the telerik blogs, October 18, 2008

Are you curious how to deal with the complicated rendering of RadControls and WatiN? If so, I will shed some light on this. Here is an example how to print the text of the specific node of RadTreeView...

The Grid in Microsoft ASP.NET MVC Beta

the telerik blogs, October 17, 2008

As you know this week Microsoft released ASP.NET MVC Beta and I've updated my last grid example to the latest ASP.NET MVC version. I needed to change only two things: - Ajax.Form changed to Ajax.Begi...

On My Way to AjaxWorld!

Brad Abrams, October 17, 2008

I have very excited to be going to AjaxWorld in San Jose, CA next week.  I love getting a chance to get out of Redmond and talk to real-life developers and an industry wide event such as AjaxW...

Hack: using live bindings outside templates

More Whidbey stuff, October 14, 2008

A comment on this post is asking whether it is possible to create bindings outside of a template. The point of doing that is that you dont necessarily want to render a template just to set-up a few bi...

Client Templating with jQuery

Rick Strahls WebLog, October 14, 2008

jQuery makes it pretty easy to manipulate client side elements, so its not all that often that I think about using something like client side templating to get content loaded into pages. However, rece...

Summarizing AJAX Patterns Under ASP.NET

ASPAlliance.com - The #1 ASP.NET Community, October 13, 2008

In this article, Xianzhong Zhu examines several common AJAX patterns under the ASP.NET environment. After providing a short introduction, he provides a detailed overview of various patterns such as XM...

How To Tell If Ajax is working on your site with ASP.NETs ajax UpdatePanel and other Controls

peterkellner.net, October 13, 2008

So, I suppose you should just be able to see the fact that Ajax is working by the lack of page flashing.  That may be true on a normal page on a slow connection, but if you are testing locally,...This...

XMPP Developers Get .NET Client Library

FTPOnline ASP.NET Channel, October 9, 2008

Jabber introduces JabberWerx Client Libraries, a set of libraries for .NET and AJAX programmers working with XMPP....

Product Spotlight