<?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>Three2Tango &#187; ASP.NET AJAX</title>
	<atom:link href="http://www.three2tango.com/category/techcorner/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.three2tango.com</link>
	<description>Points To Ponder : The Latest news from the TechWorld,Automobiles,CellPhones and lots of useful Code Snippets</description>
	<lastBuildDate>Fri, 27 Jan 2012 09:03:17 +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>CollapsiblePanel</title>
		<link>http://www.three2tango.com/techcorner/collapsiblepanel.html/</link>
		<comments>http://www.three2tango.com/techcorner/collapsiblepanel.html/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 12:27:00 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[CollapsiblePanel]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=199</guid>
		<description><![CDATA[To add collapsible sections to your webpage,Ajax provides you with the CollapsiblePanel control.
&#60;asp:LinkButton ID="LinkButton1" runat="server"&#62;Show Details&#60;/asp:LinkButton&#62;
&#60;ajaxToolkit:CollapsiblePanelExtender ID="cpe" runat="Server"
TargetControlID="Panel1" CollapsedSize="0"
ExpandedSize="300"
Collapsed="True"
ExpandControlID="LinkButton1"
CollapseControlID="LinkButton1"
AutoCollapse="False"
AutoExpand="False"&#62;
&#60;/ajaxToolkit:CollapsiblePanelExtender&#62;
&#60;asp:Panel ID="Panel1" runat="server" &#62;
To add collapsible sections to your webpage,Ajax provides you with the CollapsiblePanel control.
&#60;/asp:Panel&#62;
]]></description>
			<content:encoded><![CDATA[<p>To add collapsible sections to your webpage,Ajax provides you with the CollapsiblePanel control.</p>
<pre name="code" class="html">&lt;asp:LinkButton ID="LinkButton1" runat="server"&gt;Show Details&lt;/asp:LinkButton&gt;
&lt;ajaxToolkit:CollapsiblePanelExtender ID="cpe" runat="Server"
TargetControlID="Panel1" CollapsedSize="0"
ExpandedSize="300"
Collapsed="True"
ExpandControlID="LinkButton1"
CollapseControlID="LinkButton1"
AutoCollapse="False"
AutoExpand="False"&gt;
&lt;/ajaxToolkit:CollapsiblePanelExtender&gt;
&lt;asp:Panel ID="Panel1" runat="server" &gt;
To add collapsible sections to your webpage,Ajax provides you with the CollapsiblePanel control.
&lt;/asp:Panel&gt;</pre>
<div id="attachment_200" class="wp-caption aligncenter" style="width: 213px"><a href="http://www.three2tango.com/wp-content/uploads/2009/03/panel.jpg"><img class="size-full wp-image-200" title="panel" src="http://www.three2tango.com/wp-content/uploads/2009/03/panel.jpg" alt="Collapsed Panel" width="203" height="91" /></a><p class="wp-caption-text">Collapsed Panel</p></div>
<p><div id="attachment_201" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.three2tango.com/wp-content/uploads/2009/03/panel1.jpg"><img class="size-medium wp-image-201" title="panel1" src="http://www.three2tango.com/wp-content/uploads/2009/03/panel1-300x47.jpg" alt="Expanded Panel" width="300" height="47" /></a><p class="wp-caption-text">Expanded Panel</p></div></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/collapsiblepanel.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TextBoxWatermarkExtender</title>
		<link>http://www.three2tango.com/techcorner/textboxwatermarkextender.html/</link>
		<comments>http://www.three2tango.com/techcorner/textboxwatermarkextender.html/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 12:20:00 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[TextboxWaterMark]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=197</guid>
		<description><![CDATA[TextBoxWatermarkExtender is a control which can be applied to a textbox to get a watermark behaviour.
&#60;asp:TextBox ID="TextBox1" runat="server"&#62;&#60;/asp:TextBox&#62;

&#60;ajaxToolkit:TextBoxWatermarkExtender ID="TBWE2" runat="server"
TargetControlID="TextBox1"
WatermarkText="Type First Name Here"&#62;
&#60;/ajaxToolkit:TextBoxWatermarkExtender&#62;
]]></description>
			<content:encoded><![CDATA[<p>TextBoxWatermarkExtender is a control which can be applied to a textbox to get a watermark behaviour.</p>
<pre name="code" language="html">&lt;asp:TextBox ID="TextBox1" runat="server"&gt;&lt;/asp:TextBox&gt;

&lt;ajaxToolkit:TextBoxWatermarkExtender ID="TBWE2" runat="server"
TargetControlID="TextBox1"
WatermarkText="Type First Name Here"&gt;
&lt;/ajaxToolkit:TextBoxWatermarkExtender&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/textboxwatermarkextender.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ValidatorCalloutExtender</title>
		<link>http://www.three2tango.com/techcorner/validatorcalloutextender.html/</link>
		<comments>http://www.three2tango.com/techcorner/validatorcalloutextender.html/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 12:15:39 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[ValidatorCalloutExtender]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=194</guid>
		<description><![CDATA[The ValidatorCalloutExtender control in Ajax extends the functionality of the existing ASP.NET validation controls.
&#60;asp:TextBox ID="TextBox1" runat="server"&#62;&#60;/asp:TextBox&#62;
&#60;asp:Button ID="Button1" runat="server" Text="Button" /&#62;
&#60;asp:RequiredFieldValidator ID="RFD" runat="server"
ControlToValidate="TextBox1" ErrorMessage="Textbox should not be empty" Display="None"&#62;&#60;/asp:RequiredFieldValidator&#62;
&#60;ajaxToolkit:ValidatorCalloutExtender
runat="Server"
ID="ValidatorCalloutExtender 1"
TargetControlID="RFD"
Width="350px"/&#62;

]]></description>
			<content:encoded><![CDATA[<p>The ValidatorCalloutExtender control in Ajax extends the functionality of the existing ASP.NET validation controls.</p>
<pre name="code" language="html">&lt;asp:TextBox ID="TextBox1" runat="server"&gt;&lt;/asp:TextBox&gt;
&lt;asp:Button ID="Button1" runat="server" Text="Button" /&gt;
&lt;asp:RequiredFieldValidator ID="RFD" runat="server"
ControlToValidate="TextBox1" ErrorMessage="Textbox should not be empty" Display="None"&gt;&lt;/asp:RequiredFieldValidator&gt;
&lt;ajaxToolkit:ValidatorCalloutExtender
runat="Server"
ID="ValidatorCalloutExtender 1"
TargetControlID="RFD"
Width="350px"/&gt;</pre>
<p style="text-align: center;">
<div id="attachment_195" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.three2tango.com/wp-content/uploads/2009/03/calloutextender.jpg"><img class="size-medium wp-image-195" title="calloutextender" src="http://www.three2tango.com/wp-content/uploads/2009/03/calloutextender-300x56.jpg" alt="ValidatorCallout Sample" width="300" height="56" /></a><p class="wp-caption-text">ValidatorCallout Sample</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/validatorcalloutextender.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accordion</title>
		<link>http://www.three2tango.com/techcorner/accordion.html/</link>
		<comments>http://www.three2tango.com/techcorner/accordion.html/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 12:01:44 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[Accordion]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=178</guid>
		<description><![CDATA[The Accordion is a web control that allows you to provide multiple panes and display them one at a time.It is like having several CollapsiblePanels where only one can be expanded at a time.

&#60;ajaxToolkit:Accordion ID="MyAccordion" runat="server" SelectedIndex="0"
FadeTransitions="false" FramesPerSecond="40" TransitionDuration="250"
AutoSize="None" RequireOpenedPane="false" SuppressHeaderPostbacks="true"&#62;

&#60;Panes&#62;

&#60;ajaxToolkit:AccordionPane ID="AccordionPane1" runat="server"&#62;

&#60;Header&#62;&#60;a href=""&#62;1. AccordionPane1&#60;/a&#62;&#60;/Header&#62;

&#60;Content&#62;

Type your content here&#60;/Content&#62;

&#60;/ajaxToolkit:AccordionPane&#62;

&#60;ajaxToolkit:AccordionPane ID="AccordionPane2" runat="server"&#62;

&#60;Header&#62;&#60;a href=""&#62;2. AccordionPane2&#60;/a&#62;&#60;/Header&#62;

&#60;Content&#62;

content goes here

&#60;/Content&#62;

&#60;/ajaxToolkit:AccordionPane&#62;

&#60;/Panes&#62;

&#60;/ajaxToolkit:Accordion&#62;
]]></description>
			<content:encoded><![CDATA[<p>The Accordion is a web control that allows you to provide multiple panes and display them one at a time.It is like having several CollapsiblePanels where only one can be expanded at a time.</p>
<pre name="code" language="html">
&lt;ajaxToolkit:Accordion ID="MyAccordion" runat="server" SelectedIndex="0"
FadeTransitions="false" FramesPerSecond="40" TransitionDuration="250"
AutoSize="None" RequireOpenedPane="false" SuppressHeaderPostbacks="true"&gt;

&lt;Panes&gt;

&lt;ajaxToolkit:AccordionPane ID="AccordionPane1" runat="server"&gt;

&lt;Header&gt;&lt;a href=""&gt;1. AccordionPane1&lt;/a&gt;&lt;/Header&gt;

&lt;Content&gt;

Type your content here&lt;/Content&gt;

&lt;/ajaxToolkit:AccordionPane&gt;

&lt;ajaxToolkit:AccordionPane ID="AccordionPane2" runat="server"&gt;

&lt;Header&gt;&lt;a href=""&gt;2. AccordionPane2&lt;/a&gt;&lt;/Header&gt;

&lt;Content&gt;

content goes here

&lt;/Content&gt;

&lt;/ajaxToolkit:AccordionPane&gt;

&lt;/Panes&gt;

&lt;/ajaxToolkit:Accordion&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/accordion.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Tabs</title>
		<link>http://www.three2tango.com/techcorner/ajax-tabs.html/</link>
		<comments>http://www.three2tango.com/techcorner/ajax-tabs.html/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 11:57:49 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[tabcontainer]]></category>
		<category><![CDATA[tabpanel]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=174</guid>
		<description><![CDATA[We have seen a lot of sites having tabs.This can be done using the Ajax tabcontainer control

&#60;ajax:TabContainer Id="tabContainer" runat="server" Height="506px" Width="100%"

style="margin-right: 86px" ActiveTabIndex="0" &#62;

&#60;ajax:TabPanel runat="server" HeaderText="TabPanel1" ID="TabPanel1"&#62;

&#60;HeaderTemplate&#62;

TabPanelName//Just add a name according to your need

&#60;/HeaderTemplate&#62;

&#60;ContentTemplate&#62;

Name

&#60;asp:TextBox ID="TextBox1" runat="server"&#62;&#60;/asp:TextBox&#62;

&#60;asp:Button ID="Button1" runat="server" Text="Button" /&#62;

&#60;/ContentTemplate&#62;

&#60;/ajax:TabPanel&#62;

&#60;/ajax:TabContainer&#62;
Note that the tabcontainer prefix starts with ajax( ajax:TabContainer&#62;).
The prefix is the same as that given when the namespace was registered.

]]></description>
			<content:encoded><![CDATA[<p>We have seen a lot of sites having tabs.This can be done using the Ajax tabcontainer control</p>
<pre name="code" language="html">
&lt;ajax:TabContainer Id="tabContainer" runat="server" Height="506px" Width="100%"

style="margin-right: 86px" ActiveTabIndex="0" &gt;

&lt;ajax:TabPanel runat="server" HeaderText="TabPanel1" ID="TabPanel1"&gt;

&lt;HeaderTemplate&gt;

TabPanelName//Just add a name according to your need

&lt;/HeaderTemplate&gt;

&lt;ContentTemplate&gt;

Name

&lt;asp:TextBox ID="TextBox1" runat="server"&gt;&lt;/asp:TextBox&gt;

&lt;asp:Button ID="Button1" runat="server" Text="Button" /&gt;

&lt;/ContentTemplate&gt;

&lt;/ajax:TabPanel&gt;

&lt;/ajax:TabContainer&gt;</pre>
<p>Note that the tabcontainer prefix starts with ajax( ajax:TabContainer&gt;).<br />
The prefix is the same as that given when the namespace was registered.</p>
<p class="MsoNormal">
<div id="attachment_180" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.three2tango.com/wp-content/uploads/2009/03/tabs.jpg"><img class="size-medium wp-image-180" title="tabs" src="http://www.three2tango.com/wp-content/uploads/2009/03/tabs-300x145.jpg" alt="TabContainer" width="300" height="145" /></a><p class="wp-caption-text">TabContainer</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/ajax-tabs.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calender Extender</title>
		<link>http://www.three2tango.com/techcorner/calender-extender.html/</link>
		<comments>http://www.three2tango.com/techcorner/calender-extender.html/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 11:56:22 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[Calender Extender]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=171</guid>
		<description><![CDATA[
It provides client-side date-picking functionality with customizable date format and UI in a popup control.

 &#60;asp:TextBox ID=&#8221;TextBox1&#8243; runat=&#8221;server&#8221;&#62;&#60;/asp:TextBox&#62;
 &#60;ajax:CalendarExtender ID=&#8221;CalendarExtender1&#8243; runat=&#8221;server&#8221; 
 TargetControlID=&#8221;TextBox1&#8243; Format=&#8221;yyyy-MM-dd&#8221; Enabled=&#8221;True&#8221;&#62;
 &#60;/ajax:CalendarExtender&#62;



]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">It provides client-side date-picking functionality with customizable date format and UI in a popup control.</span></p>
<blockquote>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span> </span>&lt;asp:TextBox ID=&#8221;TextBox1&#8243; runat=&#8221;server&#8221;&gt;&lt;/asp:TextBox&gt;</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span> </span>&lt;ajax:CalendarExtender ID=&#8221;CalendarExtender1&#8243; runat=&#8221;server&#8221; </span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span> </span>TargetControlID=&#8221;TextBox1&#8243; Format=&#8221;yyyy-MM-dd&#8221; Enabled=&#8221;True&#8221;&gt;</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><span> </span>&lt;/ajax:CalendarExtender&gt;</span></p>
</blockquote>
<p class="MsoNormal">
<div id="attachment_172" class="wp-caption aligncenter" style="width: 231px"><a href="http://www.three2tango.com/wp-content/uploads/2009/03/calender.jpg"><img class="size-full wp-image-172" title="calender" src="http://www.three2tango.com/wp-content/uploads/2009/03/calender.jpg" alt="Calender Extender" width="221" height="229" /></a><p class="wp-caption-text">Calender Extender</p></div>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><!--[if gte vml 1]><v:shapetype id="_x0000_t75"  coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"  filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:164.25pt;  height:171.75pt' o:ole=""> <v:imagedata src="file:///C:DOCUME~1claveLOCALS~1Tempmsohtml110clip_image001.png" mce_src="file:///C:DOCUME~1claveLOCALS~1Tempmsohtml110clip_image001.png"   o:title="" /> </v:shape><![endif]--><!--[if !vml]--><!--[endif]--><!--[if gte mso 9]><xml> <o:OLEObject Type="Embed" ProgID="Paint.Picture" ShapeID="_x0000_i1025"   DrawAspect="Content" ObjectID="_1299895607"> </o:OLEObject> </xml><![endif]--></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/calender-extender.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

