<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechBubbles &#187; AJAX</title>
	<atom:link href="http://www.techbubbles.com/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 20:20:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WCF Service using ASP.NET AJAX Library</title>
		<link>http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/</link>
		<comments>http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 23:25:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET 4]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/</guid>
		<description><![CDATA[More often, the data to shown in an AJAX page is retrieved from the Web server using a Web service, a Windows Communication Foundation (WCF) service. The services that can also return JavaScriptObjectNotation(JSON) are potential candidates for AJAX pages.
This post explains about calling a WCF service using ASP.NET AJAX Library Data View control. The following [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Master-Detail Views using ASP.NET AJAX</title>
		<link>http://www.techbubbles.com/aspnet/master-detail-views-using-asp-net-ajax/</link>
		<comments>http://www.techbubbles.com/aspnet/master-detail-views-using-asp-net-ajax/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 11:39:12 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET 4]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/master-detail-views-using-asp-net-ajax/</guid>
		<description><![CDATA[Master-Detail Views are very common in data-driven Web pages. These views are used for rendering one-to-many relationships. ASP.NET Web forms provided the strong server controls like grids,lists and drop-down lists which supports the multiple levels of data.
In Master-Detail View we normally navigate among master records and drill down into the details of the records that [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/master-detail-views-using-asp-net-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET AJAX Library Beta in Visual Studio</title>
		<link>http://www.techbubbles.com/aspnet/asp-net-ajax-library-beta-in-visual-studio/</link>
		<comments>http://www.techbubbles.com/aspnet/asp-net-ajax-library-beta-in-visual-studio/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 21:55:26 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET 4]]></category>
		<category><![CDATA[ASP.NET AJAX Library]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/asp-net-ajax-library-beta-in-visual-studio/</guid>
		<description><![CDATA[Overview
The ASP.NET AJAX Library is a JavaScript library which enables the developer to build highly interactive Ajax applications. Using ASP.NET Ajax client controls we can take the advantage of building database-driven web applications. This post explains how to add these controls to Visual Studio toolbox and explore the beta features.
The ASP.NET AJAX Library is compatible [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/asp-net-ajax-library-beta-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Data View Control in ASP.NET AJAX 4 Preview 4</title>
		<link>http://www.techbubbles.com/aspnet/data-view-control-in-aspnet-ajax-4-preview-4/</link>
		<comments>http://www.techbubbles.com/aspnet/data-view-control-in-aspnet-ajax-4-preview-4/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 21:25:10 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Data View Control]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/data-view-control-in-aspnet-ajax-4-preview-4/</guid>
		<description><![CDATA[
Introduction
The Data View Control in AJAX 4 has some cool features like it can be bind to any JavaScript object or array.It can also be bind to any ASP.NET AJAX Component. You can read the post to know about&#160; ASP.NET AJAX 4.0 Preview 4 features.
Providing Data to the Data View Control

Data can be provided to [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/data-view-control-in-aspnet-ajax-4-preview-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ajax Principles</title>
		<link>http://www.techbubbles.com/aspnet/ajax-principles/</link>
		<comments>http://www.techbubbles.com/aspnet/ajax-principles/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 17:07:56 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/ajax-principles/</guid>
		<description><![CDATA[Introduction
Ajax a new web application model which defines a new user experience to the end user. The following principles makes web application as a good Ajax application.

Minimal traffic Ajax applications should send and receive a very little information to and from the web server. Ajax can minimize the traffic between server and client by not [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/ajax-principles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX History</title>
		<link>http://www.techbubbles.com/aspnet/ajax-history/</link>
		<comments>http://www.techbubbles.com/aspnet/ajax-history/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 16:19:14 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/ajax-history/</guid>
		<description><![CDATA[Introduction
This post explains the origins of Ajax, the technologies uses and where the term is originated.Traditional web model requires a full-page load every time new data or new application logic was accessed from the server. In new web 2.0 model only portion of the page is reloads and sends very small amount of data to [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/ajax-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

