<?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>some words from technology briefcase &#187; .NET</title>
	<atom:link href="http://blog.fltlab.net/index.php/category/dev/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fltlab.net</link>
	<description>...nerd news for new nerds...</description>
	<lastBuildDate>Wed, 14 Sep 2011 09:30:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Orange Dot Net</title>
		<link>http://blog.fltlab.net/index.php/2010/03/23/orange-dot-net/</link>
		<comments>http://blog.fltlab.net/index.php/2010/03/23/orange-dot-net/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 23:51:21 +0000</pubDate>
		<dc:creator>flotruglio</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[orangedotnet]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=235</guid>
		<description><![CDATA[Now ready the registration form follow us on linkedin or register here]]></description>
			<content:encoded><![CDATA[<pre><p><a href="http://blog.fltlab.net/index.php/2010/03/19/visual-studio-2010-community-tour-april/"><img class="alignleft size-full wp-image-223" src="http://blog.fltlab.net/wp-content/uploads/2010/03/customLogo.gif1.png" alt="" width="87" height="73" /></a>Now ready the registration form</p>
<p>follow us on <a href="http://events.linkedin.com/Orangedotnet/pub/270448" target="_blank">linkedin </a>or <a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032445259&amp;Culture=it-IT" target="_blank">register here</a></p>
</pre>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2010/03/23/orange-dot-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Community Tour April</title>
		<link>http://blog.fltlab.net/index.php/2010/03/19/visual-studio-2010-community-tour-april/</link>
		<comments>http://blog.fltlab.net/index.php/2010/03/19/visual-studio-2010-community-tour-april/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 23:35:28 +0000</pubDate>
		<dc:creator>flotruglio</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[catania]]></category>
		<category><![CDATA[orangedotnet]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=221</guid>
		<description><![CDATA[Visual Studio 2010 Community Tour, April 14, 2010 On the occasion of the release of Visual Studio 2010, Microsoft Italy and OrangeDotnet organize a new conference dedicated to all developers, with the exceptional presence of Vittorio Bertocci directly from Microsoft Corporation (Redmond), Lorenzo Barbieri by Microsoft Italy and with the staff of OrangeDotNet. The event is [...]]]></description>
			<content:encoded><![CDATA[<pre><p><a href="http://blog.fltlab.net/wp-content/uploads/2010/03/customLogo.gif1.png"><img class="alignleft size-full wp-image-223" src="http://blog.fltlab.net/wp-content/uploads/2010/03/customLogo.gif1.png" alt="" width="87" height="73" /></a>Visual Studio 2010 Community Tour, April 14, 2010<br />
On the occasion of the release of Visual Studio 2010, Microsoft Italy and OrangeDotnet organize a new conference dedicated to all developers, with the exceptional presence of Vittorio Bertocci directly from Microsoft Corporation (Redmond), Lorenzo Barbieri by Microsoft Italy and with the staff of OrangeDotNet.<br />
The event is absolutely free, after registration, and for the first time will be kind of full-day.</p>
<p><a href="http://www.orangedotnet.org/">visit the official site to register</a></p>
</pre>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2010/03/19/visual-studio-2010-community-tour-april/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set validationgroup for validationsummary&#8230;Client-Side</title>
		<link>http://blog.fltlab.net/index.php/2010/01/24/how-to-set-validationgroup-for-validationsummary-client-side/</link>
		<comments>http://blog.fltlab.net/index.php/2010/01/24/how-to-set-validationgroup-for-validationsummary-client-side/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 00:39:54 +0000</pubDate>
		<dc:creator>flotruglio</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[validationgroup]]></category>
		<category><![CDATA[validationsummary]]></category>

		<guid isPermaLink="false">http://blog.fltlab.net/?p=71</guid>
		<description><![CDATA[Here&#8217;s a tip on setting the validation group property for a ASP.NET ValidationSummary Control in JavaScript. For Example If we have a large form with three input areas. Each input area has its own Save/Cancel button set and its own ValidationGroup. As well, we have a single ValidationSummary control on the master page to display [...]]]></description>
			<content:encoded><![CDATA[<pre><p>Here&#8217;s a tip on setting the validation group property for a ASP.NET ValidationSummary Control in JavaScript.</p>
<p><span style="text-decoration: underline">For Example</span></p>
<p>If we have a large form with three input areas.<br />
Each input area has its own Save/Cancel button set and its own ValidationGroup. As well, we have a single ValidationSummary control on the master page to display errors raised by the validation controls.</p>
<p>Based upon which Save button user presses, we want to be able to dynamically set the validationGroup on the Validation Summary control so that it picks up the error messages from the validators in the selected validation group – all client-side.</p>
<p>If you look at the client-side representation of the ValidationSummary control (Page_ValidationSummaries[0]) in a quick watch, you are discouraged when you do not see a property for ValidationGroup, leading you to believe that this value is not exposed as a client-side attribute of the ValidationSummary control:</p>
<p>However, fear not, when you get into an immediate window, you can ‘manually’ append &#8220;.validationGroup&#8221; to the ValidationSummary object….. and, it works!</p>
<p>And, sure enough in your JavaScript function, you too can set your validation group on your ValidationSummary control:<br />
<span style="color: #0000ff"> </span></p>
<pre>    //-- Dynamically set validation group on a validation summary control.
   function SetValidationGroup(validationGroupName) {
      //debugger;
     //-- Check for null validation group name
     if (validationGroupName == null) {
         return;
     }
     //-- Assign validation group name to validationSummary control
     Page_ValidationSummaries[0].validationGroup = validationGroupName;
    }</pre>
<p>Then, in you button control, add the &#8216;onClientClick=&#8221;<span style="color: #0000ff">SetValidationGroup(validationGroupName);&#8221;</span></p>
<p><span style="color: #0000ff"> </span></p>
<p><span style="color: #0000ff"> </span></p>
<p style="padding-left: 30px"><span style="color: #0000ff;font-size: x-small"><span style="color: #0000ff;font-size: x-small">&lt;</span></span><span style="color: #a31515;font-size: x-small"><span style="color: #a31515;font-size: x-small">asp</span></span><span style="color: #0000ff;font-size: x-small"><span style="color: #0000ff;font-size: x-small">:</span></span><span style="color: #a31515;font-size: x-small"><span style="color: #a31515;font-size: x-small">Button</span></span><span style="color: #000000;font-size: x-small"> </span><span style="color: #ff0000;font-size: x-small"><span style="color: #ff0000;font-size: x-small">ID</span></span><span style="color: #0000ff;font-size: x-small"><span style="color: #0000ff;font-size: x-small">=&#8221;myButton&#8221;</span></span><span style="color: #000000;font-size: x-small"> </span><span style="color: #ff0000;font-size: x-small"><span style="color: #ff0000;font-size: x-small">runat</span></span><span style="color: #0000ff;font-size: x-small"><span style="color: #0000ff;font-size: x-small">=&#8221;server&#8221;</span></span><span style="color: #000000;font-size: x-small"> </span><span style="color: #ff0000;font-size: x-small"><span style="color: #ff0000;font-size: x-small">Text</span></span><span style="color: #0000ff;font-size: x-small"><span style="color: #0000ff;font-size: x-small">=&#8221; Save &#8220;</span></span><span style="color: #ff0000;font-size: x-small"><span style="color: #ff0000;font-size: x-small">OnClick</span></span><span style="color: #0000ff;font-size: x-small"><span style="color: #0000ff;font-size: x-small">=&#8221;myButtonServerSideEventHandler&#8221; </span></span><span style="color: #ff0000;font-size: x-small"><span style="color: #ff0000;font-size: x-small">ValidationGroup</span></span><span style="color: #0000ff;font-size: x-small"><span style="color: #0000ff;font-size: x-small">=&#8221;ValidationGroupForFirstButton&#8221;</span></span><span style="font-size: x-small"><br />
</span><span style="color: #ff0000;font-size: x-small"><span style="color: #ff0000;font-size: x-small">OnClientClick</span></span><span style="color: #0000ff;font-size: x-small"><span style="color: #0000ff;font-size: x-small">=&#8221;SetValidationGroup(ValidationGroupForFirstButton);&#8221;</span></span><span style="font-size: x-small"> </span><span style="color: #0000ff;font-size: x-small"><span style="color: #0000ff;font-size: x-small">/&gt;</span></span></p>
<p>Keep in mind that this example &#8216;assumes&#8217; that you have a single ValidationSummary control (Element 1 of the zero-based Page_ValidationSummaries collection). You know what they say about, &#8220;assume.&#8221;  Add some code to ensure that you are setting the correct ValidationSummary control.</p>
<p style="text-align: right">good Luck!</p>
</pre>]]></content:encoded>
			<wfw:commentRss>http://blog.fltlab.net/index.php/2010/01/24/how-to-set-validationgroup-for-validationsummary-client-side/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

