<?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>Sebastien.warin.fr &#187; Atlas</title>
	<atom:link href="http://sebastien.warin.fr/category/atlas/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebastien.warin.fr</link>
	<description>Le blog personnel et technique de Sebastien Warin, directeur technique de xBrainSoft</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:13:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Microsoft ASP.NET AJAX &#8211; VERSION 1.0</title>
		<link>http://sebastien.warin.fr/2007/01/24/88-microsoft-aspnet-ajax-version-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-aspnet-ajax-version-10</link>
		<comments>http://sebastien.warin.fr/2007/01/24/88-microsoft-aspnet-ajax-version-10/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 11:40:49 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Atlas]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[ASP.NET AJAX]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=221</guid>
		<description><![CDATA[C&#8217;est bon, c&#8217;est là officiellement, la version 1.0 du framework anciennement appelé Atlas With ASP.NET AJAX, you can: Create next-generation interfaces with reusable AJAX components. Enhance existing Web pages using powerful AJAX controls with support for all modern browsers. Continue using Visual Studio 2005 to take your ASP.NET 2.0 sites to the next level. Access [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2007/01/24/88-microsoft-aspnet-ajax-version-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FormAuthentication, Session et UpdatePanel : PageRequestManagerParserErrorException</title>
		<link>http://sebastien.warin.fr/2006/11/30/79-formauthentication-session-et-updatepanel-pagerequestmanagerparsererrorexception/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=formauthentication-session-et-updatepanel-pagerequestmanagerparsererrorexception</link>
		<comments>http://sebastien.warin.fr/2006/11/30/79-formauthentication-session-et-updatepanel-pagerequestmanagerparsererrorexception/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 14:42:11 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[Atlas]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[FormAuthentication]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PageRequestManagerParserErrorException]]></category>
		<category><![CDATA[UpdatePanel]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=211</guid>
		<description><![CDATA[Je me suis retrouvé lors d&#8217;un dev d&#8217;une application Web dans une petite galère avec l&#8217;ASP.NET AJAX Extention ! La situation est simple, j&#8217;ai une page ASPX contenant une gridview dans un UpdatePanel qui est protégée par un formulaire d&#8217;authentification (authentication mode=&#160;&#187;Forms&#160;&#187; dans mon Web.Config), bref cas des plus classiques ! Seul problème, au bout [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2006/11/30/79-formauthentication-session-et-updatepanel-pagerequestmanagerparsererrorexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Atlas] UpdatePanelAnimation : la galere des animations OnUpdating/ed</title>
		<link>http://sebastien.warin.fr/2006/10/22/70-atlas-updatepanelanimation-la-galere-des-animations-onupdating-onupdated/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=atlas-updatepanelanimation-la-galere-des-animations-onupdating-onupdated</link>
		<comments>http://sebastien.warin.fr/2006/10/22/70-atlas-updatepanelanimation-la-galere-des-animations-onupdating-onupdated/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 23:37:40 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[Atlas]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[UpdatePanel]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=204</guid>
		<description><![CDATA[Est-ce un bug, un oublie ou juste moi qui me prend la tête pour rien&#160;? Les UpdatePanelAnimation sont des extendeurs du controle UpdatePanel nous permettant de jouer une animation au rafraichissement d&#8217;un UP. Je mets donc un ScriptManager, 2 UpdatePanel en mode Conditional et 2 UpdatePanelAnimationExtender mappés sur les UP respectifs (TargetControlID=&#160;&#187;&#8230;.&#160;&#187;). Je remplis en [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2006/10/22/70-atlas-updatepanelanimation-la-galere-des-animations-onupdating-onupdated/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Atlas] Microsoft ASP.NET AJAX Beta 1</title>
		<link>http://sebastien.warin.fr/2006/10/21/69-atlas-microsoft-aspnet-ajax-beta-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=atlas-microsoft-aspnet-ajax-beta-1</link>
		<comments>http://sebastien.warin.fr/2006/10/21/69-atlas-microsoft-aspnet-ajax-beta-1/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 16:18:34 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[Atlas]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[dotNET]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=203</guid>
		<description><![CDATA[Hop la, depuis hier est sortie la version Beta 1 du projet Atlas maintenant renommé en Microsoft ASP.NET AJAX ainsi qu&#8217;une nouvelle release du AJAX Control ToolKit avec 3 nouveaux controls (DropDown, MutuallyExlcusiveCheckBox et ValidatorCallout). Des deux cotés l&#8217;on remarque pas mal de gros changements au niveau des proprietes des controls. Déjà le ScriptManager ne [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2006/10/21/69-atlas-microsoft-aspnet-ajax-beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Atlas] Appeller une fonction JS après un UpdatePanel</title>
		<link>http://sebastien.warin.fr/2006/10/09/63-atlas-appeller-une-fonction-js-apres-un-updatepanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=atlas-appeller-une-fonction-js-apres-un-updatepanel</link>
		<comments>http://sebastien.warin.fr/2006/10/09/63-atlas-appeller-une-fonction-js-apres-un-updatepanel/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 21:23:02 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[Atlas]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[UpdatePanel]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=197</guid>
		<description><![CDATA[J&#8217;ai passé ma journée d&#8217;hier a chercher comment appeler une fonction JS (coté client donc) après l&#8217;update d&#8217;un UpdatePanel avec un rendu partiel du ScriptManager (enablepartialrendering=&#160;&#187;True&#160;&#187;). J&#8217;ai enfin trouvé et en fait c&#8217;est vraiment tout bête. Il suffit d&#8217;ajouter dans votre Page_Load la ligne : 1 2 Page.ClientScript.RegisterStartupScript&#40;GetType&#40;Page&#41;, _ &#34;&#60;nom_cle&#62;&#34;, &#34;&#60;fonction_JS&#62;&#34;, True&#41; Exemple : 1 [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2006/10/09/63-atlas-appeller-une-fonction-js-apres-un-updatepanel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Petit tour du côté d&#8217;Atlas</title>
		<link>http://sebastien.warin.fr/2006/06/02/37-petit-tour-du-cote-d-atlas/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=petit-tour-du-cote-d-atlas</link>
		<comments>http://sebastien.warin.fr/2006/06/02/37-petit-tour-du-cote-d-atlas/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 10:14:39 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Atlas]]></category>
		<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[dotNET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=174</guid>
		<description><![CDATA[What is ATLAS ? Atlas is a free framework for building a new generation of richer, more interactive, highly personalized standards based Web applications En clair, Atlas est une plateforme gratuite pour concevoir des applications Web 2.0 utilisant les concepts de l&#8217;AJAX entre autre. Elle est encore en version beta (derniere version a ce jour&#160;: [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2006/06/02/37-petit-tour-du-cote-d-atlas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://download.microsoft.com/download/8/5/8/85803fdd-fe9a-4783-ab37-e0c565172ffd/asp_net_atlas.wmv" length="16071820" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>

