<?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>Rickey Whitworth&#039;s Blog &#187; ajax</title>
	<atom:link href="http://www.whitworth.org/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Tue, 05 Apr 2011 21:02:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install the Ajax Control Toolkit for Visual Studio 2008</title>
		<link>http://www.whitworth.org/2008/05/08/how-to-install-the-ajax-control-toolkit-for-visual-studio-2008/</link>
		<comments>http://www.whitworth.org/2008/05/08/how-to-install-the-ajax-control-toolkit-for-visual-studio-2008/#comments</comments>
		<pubDate>Thu, 08 May 2008 18:08:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,70a252e0-89fe-49e9-bae1-ba8032fe1709.aspx</guid>
		<description><![CDATA[Â 

Install the ASP.NET Ajax 1.0 extensions here http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&#38;displaylang=en
Download this (AjaxControlToolkit.zip)
and unpack it to a folder on your local computer.
Open Visual Studio, right click on Tools and create a new tab. Call it Ajax Controls.
Right click the tab and pick Choose Items&#8230;
Browse to the directory where you unpacked the toolkit, browse to the Sample Web Site
folder, [...]]]></description>
			<content:encoded><![CDATA[<p>Â </p>
<ol>
<li>Install the ASP.NET Ajax 1.0 extensions here <a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&amp;displaylang=en</a></li>
<li>Download this (<a title="AjaxControlToolkit.zip" href="javascript:__doPostBack('ctl00$ctl00$Content$TabContentPanel$Content$ReleaseFiles$FileList$ctl00$FileNameLink','')">AjaxControlToolkit.zip</a>)<br />
and unpack it to a folder on your local computer.</li>
<li>Open Visual Studio, right click on Tools and create a new tab. Call it Ajax Controls.<br />
Right click the tab and pick Choose Items&#8230;</li>
<li>Browse to the directory where you unpacked the toolkit, browse to the Sample Web Site<br />
folder, then the bin directory. Choose the AjaxControlToolkit.dll and your list should<br />
be populated with the new controls.</li>
</ol>
<p>If you want to see a sample of the controls in action, go here (<a title="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Default.aspx" href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Default.aspx">http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Default.aspx</a>)</p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=70a252e0-89fe-49e9-bae1-ba8032fe1709" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/05/08/how-to-install-the-ajax-control-toolkit-for-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SmartPart for SharePoint &#8211; ASP.NET AJAX Support &#8211; Jan Tielens&#8217; Bloggings</title>
		<link>http://www.whitworth.org/2007/12/18/smartpart-for-sharepoint-aspnet-ajax-support-jan-tielens-bloggings-2/</link>
		<comments>http://www.whitworth.org/2007/12/18/smartpart-for-sharepoint-aspnet-ajax-support-jan-tielens-bloggings-2/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 05:37:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Sharepoint Code]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,79de8d78-a25f-4c11-beb4-5159b9804f58.aspx</guid>
		<description><![CDATA[Â 
There has been a lot of buzz around SharePoint support for ASP.NET AJAX the last couple
of days, resulting in some nice posts, even from the Microsoft guys. If you are new
to the topic; some required reading:

Integrating
ASP.NET AJAX with SharePoint (by Mike Ammerlaan)
Mike clearly described what you need to do to get the ASP.NET AJAX extensions [...]]]></description>
			<content:encoded><![CDATA[<p>Â </p>
<blockquote><p>There has been a lot of buzz around SharePoint support for ASP.NET AJAX the last couple<br />
of days, resulting in some nice posts, even from the Microsoft guys. If you are new<br />
to the topic; some required reading:</p>
<ul>
<li><a href="http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3">Integrating<br />
ASP.NET AJAX with SharePoint</a> (by Mike Ammerlaan)<br />
Mike clearly described what you need to do to get the ASP.NET AJAX extensions working<br />
in a SharePoint site. First install the extensions (of course), then make some changes<br />
to the web.config of the SharePoint site.</li>
<li><a href="http://www.capdes.com/2007/02/microsoft_office_sharepoint_se.html">AjaxBasePart:<br />
Easy ASP.NET 2.0 AJAX Extensions 1.0 and Office SharePoint Server 2007</a> (by Eric<br />
Schoonover)<br />
Eric describes how you can make use of ASP.NET AJAX in a SharePoint web part, he posts<br />
code for his implementation of a base web part class that supports AJAX. The nice<br />
thing about this base web part class is that it dynamically adds the AJAX ScriptManager<br />
control to the class (required for the AJAX stuff).</li>
</ul>
<p>Yesterday evening (very late <img src='http://www.whitworth.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ) I&#8217;ve created a version of the <a href="http://www.smartpart.info/">SmartPart</a> that<br />
makes use of the Eric&#8217;s technique, let me introduce you the <strong>SmartPart with<br />
AJAX! </strong>So basically said: you can create a Web User Control (ASCX) with the<br />
Visual Studio Designer, that uses the ASP.NET AJAX extensions and run that user control<br />
as a SharePoint web part. At this point in time, it&#8217;s still a beta version, you can<br />
get it from the <a href="http://workspaces.gotdotnet.com/smartpart">GotDotNet workspace</a> (releases<br />
section). How do you get started? First of all you need to <a href="http://ajax.asp.net/downloads/default.aspx?tabid=47.">download</a> and<br />
install the ASP.NET AJAX Extensions. Next you need to extend your SharePoint site<br />
with these extensions, check <a href="http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3">Mike&#8217;s<br />
post</a> for detailed instructions. <strong>You only need to change the web.config,<br />
you don&#8217;t need to add the ScriptManager to the master page!</strong> Now you can install<br />
the SmartPart (check the Installation guide, or this <a href="http://weblogs.asp.net/jan/archive/2006/12/02/deploying-the-return-of-the-smartpart.aspx">screencast</a>).</p></blockquote>
<p><a href="http://weblogs.asp.net/jan/archive/2007/02/22/smartpart-for-sharepoint-asp-net-ajax-support.aspx">SmartPart<br />
for SharePoint &#8211; ASP.NET AJAX Support &#8211; Jan Tielens&#8217; Bloggings</a></p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=79de8d78-a25f-4c11-beb4-5159b9804f58" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/12/18/smartpart-for-sharepoint-aspnet-ajax-support-jan-tielens-bloggings-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

