<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.cunq.org/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang=""><title type="html">Sébastien Lachance</title><subtitle type="html" /><id>http://blogs.cunq.org/blogs/sebastienl/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.cunq.org/blogs/sebastienl/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.20423.1">Community Server</generator><updated>2006-05-16T08:25:00Z</updated><entry><title>Nouveau blog</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2007/12/03/nouveau-blog.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2007/12/03/nouveau-blog.aspx</id><published>2007-12-03T16:10:00Z</published><updated>2007-12-03T16:10:00Z</updated><content type="html">&lt;p&gt;Quelques personnes ont essayé de me contacter via ce blog et malheureusement, il se peut que je n'ai pas reçu votre message..&amp;nbsp; J'ai un nouveau blog depuis quelques temps et voici l'adresse :&amp;nbsp; &lt;a href="http://www.sebastienlachance.com"&gt;http://www.sebastienlachance.com.&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Vous n'avez qu'à passer par la page Contact Me.&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=1562" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author></entry><entry><title>SignTool reported an error 'XmlResolver can be set only by fully trusted code.  </title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/11/390.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/11/390.aspx</id><published>2006-07-11T16:01:00Z</published><updated>2006-07-11T16:01:00Z</updated><content type="html">&lt;P&gt;Lien : &lt;A href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=299797&amp;amp;SiteID=1"&gt;SignTool reported an error 'XmlResolver can be set only by fully trusted code.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;C'était vraiment mon "toolbox" qui était ouvert qui causait ca ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=390" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author><category term=".NET" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/.NET/default.aspx" /></entry><entry><title>Comment créer un Stream avec une String</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/11/388.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/11/388.aspx</id><published>2006-07-11T10:56:00Z</published><updated>2006-07-11T10:56:00Z</updated><content type="html">&lt;P&gt;Lien : &lt;A href="http://weblogs.asp.net/whaggard/archive/2004/09/23/233535.aspx"&gt;Wes' Puzzling Blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Très utile !&lt;/P&gt;
&lt;P&gt;Stream&amp;nbsp;s&amp;nbsp;=&amp;nbsp;&lt;SPAN class=keyword&gt;new&lt;/SPAN&gt;&amp;nbsp;MemoryStream(ASCIIEncoding.Default.GetBytes(&lt;SPAN class=stringliteral&gt;"Test&amp;nbsp;String"&lt;/SPAN&gt;));&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=388" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author><category term=".NET" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/.NET/default.aspx" /></entry><entry><title>There was an error during asynchronous processing. Unique state object is required for multiple asynchronous simultaneous operations to be outstanding.</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/11/387.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/11/387.aspx</id><published>2006-07-11T10:49:00Z</published><updated>2006-07-11T10:49:00Z</updated><content type="html">&lt;P&gt;Cette erreur se produit si vous faites plusieurs appels à des Web Services et que vous lancez une méthode sans que la dernière n'ait fini de s'exécuter. Pour remédier à ce problème, lorsque vous lancez votre méthode, vous devez fournir un "userState" qui est de type objet. Un simple Guid peut suffire.&lt;/P&gt;&lt;FONT size=1&gt;
&lt;P&gt;_reportWS&lt;/FONT&gt;&lt;B&gt;&lt;FONT color=#000080 size=1&gt;.&lt;/B&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;GetReportCompleted &lt;/FONT&gt;&lt;B&gt;&lt;FONT color=#000080 size=1&gt;+=&lt;/B&gt;&lt;/FONT&gt;&lt;FONT size=1&gt; &lt;/FONT&gt;&lt;B&gt;&lt;FONT color=#000080 size=1&gt;new&lt;/B&gt;&lt;/FONT&gt;&lt;FONT size=1&gt; InventoryReport&lt;/FONT&gt;&lt;B&gt;&lt;FONT color=#000080 size=1&gt;.&lt;/B&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;WS&lt;/FONT&gt;&lt;B&gt;&lt;FONT color=#000080 size=1&gt;.&lt;/FONT&gt;&lt;FONT color=#808080 size=1&gt;GetReportCompletedEventHandler&lt;/B&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;(reportWS_GetReportCompleted);&lt;/P&gt;
&lt;P&gt;_reportWS&lt;/FONT&gt;&lt;B&gt;&lt;FONT color=#000080 size=1&gt;.&lt;/B&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;GetReportAsync(TypeOfReport, &lt;/FONT&gt;&lt;B&gt;&lt;FONT color=#808080 size=1&gt;Guid&lt;/FONT&gt;&lt;FONT color=#000080 size=1&gt;.&lt;/B&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;NewGuid());&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=387" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author><category term=".NET" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/.NET/default.aspx" /><category term="Windows Forms" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/Windows+Forms/default.aspx" /></entry><entry><title>Accéder à une valeur dans un DataReader par index ou par nom de colonne ?</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/10/386.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/10/386.aspx</id><published>2006-07-10T23:42:00Z</published><updated>2006-07-10T23:42:00Z</updated><content type="html">&lt;P&gt;Par index !!! J'ai lu dans un livre, il y a quelques temps,&amp;nbsp;qui s'intitulait : "&lt;A href="http://www.microsoft.com/France/mspress/default.asp"&gt;Au coeur de Visual Basic.Net&lt;/A&gt;", et dans un chapitre qui parlait sur la manière d'accéder aux données, il suggérait d'accéder aux valeurs&amp;nbsp;stockées dans un DataReader avec un index. Avantage : Performance. Mais je suis sûr que quelques personnes vont me dire que pour la simplicitée du code, il vaut mieux y accéder avec le nom de la colonne... Je ne suis pas encore convaincu :) Voici ma réplique : &lt;/P&gt;&lt;CODE&gt;
&lt;P&gt;int id = reader.GetOrdinal("Id");&lt;/P&gt;
&lt;P&gt;reader[id];&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Même de cette manière vous être encore plus performant et vous éliminez les chances de décalage si jamais une procédure stockée change un tant soit peu.&lt;/P&gt;
&lt;P&gt;Et voici un article qui le prouve : &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatasqlclientsqldatareaderclassgetordinaltopic.asp"&gt;SqlDataReader.GetOrdinal Method&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=386" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author><category term=".NET" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/.NET/default.aspx" /><category term="SQL Server" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Charactères spéciaux en JavaScript</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/10/385.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/10/385.aspx</id><published>2006-07-10T23:22:00Z</published><updated>2006-07-10T23:22:00Z</updated><content type="html">&lt;P&gt;Après avoir quand même cherché pendant quelques heures pour savoir comment faire afficher un "é" et un "Ë" dans un "confirm" en javascript, j'ai finalement trouvé une solution. Car imaginez-vous qu'une personne sur les forums d'ASP.NET me disait qu'ils étaient supposés s'afficher et que c'était surement une erreur d'encodage... C'est peut-être ça aussi, mais&amp;nbsp;ça&amp;nbsp;a été plus simple d'aller chercher les charactères en octal.&lt;/P&gt;
&lt;P&gt;Lien : &lt;A href="http://www.good-stuff.co.uk/useful/ascii.php"&gt;Character codes&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=385" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author><category term="ASP.NET" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/ASP.NET/default.aspx" /><category term="Divers" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/Divers/default.aspx" /></entry><entry><title>The 'requirePermission' attribute is not declared.</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/07/383.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/07/383.aspx</id><published>2006-07-07T13:50:00Z</published><updated>2006-07-07T13:50:00Z</updated><content type="html">&lt;P&gt;Il semblerait qu'il ne suffit que d'ignorer cet avertissement. Il ne compromet en rien l'exécution de l'application. Le point est que je n'aime pas avoir des avertissements dans un projet et il semble qu'il n'y ait pas de "workaround". &lt;/P&gt;
&lt;P&gt;Ça se produit dans le App.Config :&lt;/P&gt;&lt;FONT color=#0000ff size=1&gt;
&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=1&gt;configSections&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=1&gt;sectionGroup&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;name&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;=&lt;/FONT&gt;&lt;FONT size=1&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;applicationSettings&lt;/FONT&gt;&lt;FONT size=1&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;type&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;=&lt;/FONT&gt;&lt;FONT size=1&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&lt;/FONT&gt;&lt;FONT size=1&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt; &amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=1&gt;section&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;name&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;=&lt;/FONT&gt;&lt;FONT size=1&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;Report.Properties.Settings&lt;/FONT&gt;&lt;FONT size=1&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;type&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;=&lt;/FONT&gt;&lt;FONT size=1&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&lt;/FONT&gt;&lt;FONT size=1&gt;"&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT color=#0000ff size=1&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=1&gt;requirePermission&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;=&lt;/FONT&gt;&lt;FONT size=1&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;false&lt;/FONT&gt;&lt;FONT size=1&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt; /&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=1&gt;sectionGroup&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=1&gt;configSections&lt;/FONT&gt;&lt;FONT color=#0000ff size=1&gt;&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=1&gt;&lt;FONT color=#000000 size=3&gt;Si jamais vous avez une idée pour régler ce problème, ce serait bien gentil. :)&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=383" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author><category term=".NET" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/.NET/default.aspx" /><category term="Windows Forms" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/Windows+Forms/default.aspx" /></entry><entry><title>Visual Studio Talk Show : François Beauregard</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/06/380.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/06/380.aspx</id><published>2006-07-06T14:22:00Z</published><updated>2006-07-06T14:22:00Z</updated><content type="html">&lt;P&gt;Je n'ai jamais parlé encore de cette émission de radio, mais c'est un rendez-vous que je n'ai encore jamais manqué (et j'ai même déjà gagné). La dernière émission&amp;nbsp;était particulièrement intéressante car elle parlait du développement agile avec François Beauregard de Pyxis Technologies. Sans contredis une excellente émission ce mois-çi avec un expert "Agile". Une méthodologie dans laquelle j'ai grandement hâte de me plonger car c'est, selon moi, la meilleur méthode de faire un projet.&lt;/P&gt;
&lt;P&gt;Et je tiens à féliciter toute l'équipe de Visual Studio Talk Show pour leur bon travail !!&lt;/P&gt;
&lt;P&gt;Lien : &lt;A href="http://www.visualstudiotalkshow.com"&gt;Visual Studio Talk Show&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=380" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author><category term="Divers" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/Divers/default.aspx" /></entry><entry><title>Microsoft Robotics Studio</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/06/379.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/07/06/379.aspx</id><published>2006-07-06T14:16:00Z</published><updated>2006-07-06T14:16:00Z</updated><content type="html">&lt;P&gt;On attendait tous d'avoir une bonne raison de pouvoir s'acheter des Legos. Et bien là on en a une. Personellement je peux dire que j'ai hâte de pouvoir essayer de programmer mes premiers Legos et&amp;nbsp;ce qui est encore mieux c'est qu'on peut le faire&amp;nbsp;en .NET. J'imagine que je ne serai pas le seul à retomber en enfance. :)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lien : &lt;A href="http://msdn.microsoft.com/robotics/"&gt;Microsoft Robotics Studio&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=379" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author><category term=".NET" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/.NET/default.aspx" /><category term="Divers" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/Divers/default.aspx" /></entry><entry><title>Problème avec DataFormatString et les dates (yyyy-MM-dd)</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/06/16/267.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/06/16/267.aspx</id><published>2006-06-16T13:49:00Z</published><updated>2006-06-16T13:49:00Z</updated><content type="html">&lt;P&gt;Il semble que l'encodage de la page se fasse avant d'appliquer le formattage. Donc si vous avez des caractères spéciaux dans le "DataFormatString", ça ne fonctionnera pas (comme dans le cas yyyy-MM-dd ou yyyy/MM/dd). Pour contrer ce problème vous devrez changer la propriété HtmlEncode à False. &lt;/P&gt;&lt;FONT color=#0000ff size=1&gt;
&lt;P&gt;&lt;FONT size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color=#800000&gt;&lt;FONT size=2&gt;asp&lt;/FONT&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;B&gt;&lt;FONT color=#800000&gt;BoundField&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;FONT color=#ff0000&gt;DataField&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="TransactionDate"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;HeaderText&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="Date"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;SortExpression&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="TransactionDate"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;DataFormatString&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="{0:yyyy-MM-dd}"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;HtmlEncode&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="false"&lt;/FONT&gt; &lt;FONT color=#0000ff size=1&gt;/&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT color=#0000ff size=1&gt;&lt;FONT color=#000000&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=267" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author></entry><entry><title>Comment formatter une valeur dans une grille - BoundField.DataFormatString </title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/06/16/266.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/06/16/266.aspx</id><published>2006-06-16T13:37:00Z</published><updated>2006-06-16T13:37:00Z</updated><content type="html">&lt;P&gt;Dans le même ordre d'idée que le dernier &lt;EM&gt;post&lt;/EM&gt;, j'ai voulu voir comment formatter une valeur dans un&amp;nbsp;"&lt;EM&gt;BoundField&lt;/EM&gt;".&lt;/P&gt;
&lt;P&gt;Il suffit d'attribuer une valeur à la propriété DataFormatString de ce "&lt;EM&gt;BoundField&lt;/EM&gt;".&lt;/P&gt;
&lt;P&gt;Voici la liste des valeurs permises&amp;nbsp;: &lt;A href="http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.boundfield.dataformatstring.aspx"&gt;BoundField.DataFormatString Property&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Il s'agit en fait du même pattern que le message précédent.&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=266" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author></entry><entry><title>Comment formatter une valeur qui est liée à un contrôle qui hérite de ListControl</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/06/14/255.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/06/14/255.aspx</id><published>2006-06-14T19:45:00Z</published><updated>2006-06-14T19:45:00Z</updated><content type="html">&lt;P&gt;Problème : Faire afficher une valeur dans un dropdown avec le "$"&amp;nbsp; à la fin.&lt;/P&gt;
&lt;P&gt;Solution : Ma solution potentielle était de laisser tomber le binding et d'ajouter toutes les valeurs en boucle dans le dropdown, mais la propriété DataTextFormatString est venue à ma rescousse. On peut affecter une valeur à cette propriété et cette valeur sera "parsé" pour formatter le texte. &lt;/P&gt;
&lt;P&gt;Exemple : &lt;/P&gt;
&lt;P&gt;Si je passe "{0}$" le {0} sera remplacé par le texte et il ajoutera le signe $. Évidemment on peut faire beaucoup plus, et je vous laisse le loisir de consulter MSDN pour plus d'informations.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.listcontrol.datatextformatstring.aspx"&gt;ListControl.DataTextFormatString property&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=255" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author></entry><entry><title>Cerfications réussies !!! </title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/06/01/175.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/06/01/175.aspx</id><published>2006-06-01T12:13:00Z</published><updated>2006-06-01T12:13:00Z</updated><content type="html">&lt;P&gt;&lt;SPAN&gt;Extrêmement bonne nouvelle pour moi :&amp;nbsp;hier j'ai appris que j'avais réussi 2 des 4 examens (&lt;STRONG&gt;70-551&lt;/STRONG&gt; et &lt;STRONG&gt;70-553&lt;/STRONG&gt;)&amp;nbsp;beta que j'avais&amp;nbsp;fait au mois de février-mars qui me permettaient de me mettre à jour. Je ne m'attendais pas à en réussir autant étant donné que je n'ai eu que 3 semaines pour faire les&amp;nbsp;4, et que je venais de compléter l'examen d'architecture (&lt;STRONG&gt;70-300&lt;/STRONG&gt;)&amp;nbsp;la semaine d'avant. Concernant la difficulté des ces examens, j'ai grandement apprécié qu'ils soient beaucoup plus difficiles que les anciens. Et comme il m'en manque deux avant d'avoir ceux qui m'intéressent, j'ai commencé à écrire un petit (ou gros ?) guide sur tous les points des 4 examens d'upgrade. Je vais fournir des liens et des petits trucs que j'ai acquis durant ces nombreuses heures d'études (&lt;EM&gt;~1000&lt;/EM&gt; pour toutes les certifications). D'ici demain je devrais pouvoir en poster une petite partie sur ce blog, ce qui devrait intéresser ceux qui veulent les passer. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Bonne&lt;SPAN&gt; &lt;SPAN&gt;journée&lt;/SPAN&gt;&lt;/SPAN&gt;!!!&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=175" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author><category term="Certifications" scheme="http://blogs.cunq.org/blogs/sebastienl/archive/tags/Certifications/default.aspx" /></entry><entry><title>MCSD to MCPD Upgrade Exams Released</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/05/29/155.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/05/29/155.aspx</id><published>2006-05-29T15:57:00Z</published><updated>2006-05-29T15:57:00Z</updated><content type="html">&lt;P&gt;Vendredi, Microsoft a rendu disponible l’inscription aux 4 nouveaux examens qui permettent aux MCSD et MCAD de passer au titre de MCPD en 1 seul ou 2 examens. C’est une grande nouvelle parce que dans mon cas, j’ai effectué tous ces examens alors qu’ils étaient en phase beta au mois de février, et mes résultats vont bientôt être disponibles. &lt;/P&gt;
&lt;P&gt;Voici l’article qui affirme la sortie de ces examens&amp;nbsp;: &lt;A href="http://mcpmag.com/news/article.asp?EditorialsID=956"&gt;http://mcpmag.com/news/article.asp?EditorialsID=956&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Par contre, sur le site de Microsoft, ces examens sont encore en attente …&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=155" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author></entry><entry><title>Microsoft Expression CTP1 !</title><link rel="alternate" type="text/html" href="http://blogs.cunq.org/blogs/sebastienl/archive/2006/05/16/138.aspx" /><id>http://blogs.cunq.org/blogs/sebastienl/archive/2006/05/16/138.aspx</id><published>2006-05-16T12:25:00Z</published><updated>2006-05-16T12:25:00Z</updated><content type="html">&lt;P&gt;Est maintenant disponible, la version CTP1 de Web Expression. Au moment d'écrire ces lignes, le site éprouvait des difficultées, mais il&amp;nbsp;devrait être de retour demain matin.&lt;/P&gt;
&lt;P&gt;Lien : &lt;A href="http://www.microsoft.com/products/expression/en/default.mspx"&gt;http://www.microsoft.com/products/expression/en/default.mspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.cunq.org/aggbug.aspx?PostID=138" width="1" height="1"&gt;</content><author><name>SebastienL</name><uri>http://blogs.cunq.org/members/SebastienL.aspx</uri></author></entry></feed>
