<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>folks Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Home</link><description>folks Wiki Rss Description</description><item><title>UPDATED WIKI: Usage</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Usage&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Usage
&lt;/h3&gt; &lt;br /&gt;You can enable any web control that fire a PostBack to use Folks. Basically, it's possible to use Folks in three different ways:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
Adding the REL attribute
&lt;/h4&gt; &lt;br /&gt;Just add the rel attribute to the control. It's value must be folks as shown below:&lt;br /&gt; &lt;br /&gt;&lt;span class="codeInline"&gt;&amp;lt;asp:Button id=&amp;quot;myButton&amp;quot; runat=&amp;quot;server&amp;quot; rel=&amp;quot;folks&amp;quot; OnClick=&amp;quot;myButton_Click&amp;quot; /&amp;gt;&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
Inside a FolksContainer
&lt;/h4&gt; &lt;br /&gt;To partial rendering or enable a group of controls you must use the FolksContainer. It capture its child controls events and post it through Folks. To enable a group of controls with FolksContainer, just add these controls as children of FolksContainer like in Panel control.&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;folks:FolksContainer ID=&amp;quot;FolksContainer1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
	&amp;lt;table border=&amp;quot;0&amp;quot;&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td&amp;gt;
				&amp;lt;asp:RadioButtonList ID=&amp;quot;RadioButtonList1&amp;quot; runat=&amp;quot;server&amp;quot; AutoPostBack=&amp;quot;True&amp;quot;
					OnSelectedIndexChanged=&amp;quot;sampleRadioButtonList_SelectedIndexChanged&amp;quot; &amp;gt;
					&amp;lt;asp:ListItem Value=&amp;quot;1&amp;quot;&amp;gt;South America&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value=&amp;quot;2&amp;quot;&amp;gt;North America&amp;lt;/asp:ListItem&amp;gt;
				&amp;lt;/asp:RadioButtonList&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
				&amp;lt;asp:ListBox ID=&amp;quot;ListBox1&amp;quot; runat=&amp;quot;server&amp;quot; AutoPostBack=&amp;quot;True&amp;quot; OnSelectedIndexChanged=&amp;quot;sampleListBox_SelectedIndexChanged&amp;quot;&amp;gt;
					&amp;lt;asp:ListItem Value=&amp;quot;1&amp;quot;&amp;gt;Brazil&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value=&amp;quot;2&amp;quot;&amp;gt;United States&amp;lt;/asp:ListItem&amp;gt;
				&amp;lt;/asp:ListBox&amp;gt;
			&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
	&amp;lt;/table&amp;gt;
&amp;lt;/folks:FolksContainer&amp;gt;
&lt;/pre&gt; &lt;br /&gt;&lt;h4&gt;
Setting the CaptureAll property to true on FolksManager
&lt;/h4&gt; &lt;br /&gt;This feature help enable entire existing applications, justing adding the FolksManager to application MasterPage and set the CaptureAll property to true.&lt;br /&gt; &lt;br /&gt;&lt;span class="codeInline"&gt;&amp;lt;folks:FolksManager id=&amp;quot;myManager&amp;quot; runat=&amp;quot;server&amp;quot; CaptureAll=&amp;quot;true&amp;quot; /&amp;gt;&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Mon, 10 Mar 2008 16:13:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Usage 20080310041329P</guid></item><item><title>UPDATED WIKI: Usage</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Usage&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Usage
&lt;/h3&gt; &lt;br /&gt;You can enable any web control that fire a PostBack to use Folks. Basically, it's possible to use Folks in three different ways:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
Adding the REL attribute
&lt;/h4&gt; &lt;br /&gt;Just add the rel attribute to the control. It's value must be folks as shown below:&lt;br /&gt; &lt;br /&gt;&lt;span class="codeInline"&gt;&amp;lt;asp:Button id=&amp;quot;myButton&amp;quot; runat=&amp;quot;server&amp;quot; rel=&amp;quot;folks&amp;quot; OnClick=&amp;quot;myButton_Click&amp;quot; /&amp;gt;&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
Inside a FolksContainer
&lt;/h4&gt; &lt;br /&gt;To partial rendering or enable a group of controls you must use the FolksContainer. It capture its child controls events and post it through Folks. To enable a group of controls with FolksContainer, just add these controls as children of FolksContainer like in Panel control.&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
Setting the CaptureAll property to true on FolksManager
&lt;/h4&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Mon, 10 Mar 2008 15:06:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Usage 20080310030604P</guid></item><item><title>UPDATED WIKI: Frequently Asked Questions</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Frequently Asked Questions&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Frequently Asked Questions
&lt;/h3&gt; &lt;br /&gt;If you have any question, please let we know. Send us your feedback.&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Mon, 10 Mar 2008 14:56:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Frequently Asked Questions 20080310025625P</guid></item><item><title>UPDATED WIKI: Frequently Asked Questions</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Frequently Asked Questions&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Frequently Asked Questions
&lt;/h3&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Sat, 08 Mar 2008 00:27:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Frequently Asked Questions 20080308122718A</guid></item><item><title>UPDATED WIKI: Usage</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Usage&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Usage
&lt;/h3&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Sat, 08 Mar 2008 00:26:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Usage 20080308122613A</guid></item><item><title>UPDATED WIKI: Install</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Install&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Installation and Integration
&lt;/h3&gt; &lt;br /&gt;The Folks' installation is very easy and simple. &lt;br /&gt;To integrate it into a web application follow these steps:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add a Toolbox Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29401" alt="Install_Toolbox_001.gif" /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add Folks Items to Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29402" alt="Install_Toolbox_002.gif" /&gt;&lt;br /&gt; &lt;br /&gt;In the dialog window, click on Browse button and select the Folks assembly and click on Open button. All necessary controls will be selected.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29403" alt="Install_Toolbox_003.gif" /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Enabling the Application&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;To enable an application's page, drag the FolksManager control from Toolbox to Page.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29406" alt="Install_Toolbox_004.gif" /&gt;&lt;br /&gt; &lt;br /&gt;Add the rel html's attribute to the controls that'll be enabled with &lt;b&gt;folks&lt;/b&gt; as the value.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29405" alt="Install_Toolbox_005.gif" /&gt;&lt;br /&gt; &lt;br /&gt;That's all Folks! :D&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Sat, 08 Mar 2008 00:23:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Install 20080308122354A</guid></item><item><title>UPDATED WIKI: Install</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Install&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Installation and Integration
&lt;/h3&gt; &lt;br /&gt;The Folks' installation is very easy and simple. &lt;br /&gt;To integrate it into a web application follow these steps:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add a Toolbox Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29401" alt="Install_Toolbox_001.gif" /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add Folks Items to Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29402" alt="Install_Toolbox_002.gif" /&gt;&lt;br /&gt; &lt;br /&gt;In the dialog window, click on Browse button and select the Folks assembly and click on Open button. All necessary controls will be selected.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29403" alt="Install_Toolbox_003.gif" /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Enabling the Application&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;To enable an application's page, drag the FolksManager control from Toolbox to Page.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29404" alt="Install_Toolbox_004.gif" /&gt;&lt;br /&gt; &lt;br /&gt;Add the rel html's attribute to the controls that'll be enabled with &lt;b&gt;folks&lt;/b&gt; as the value.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29405" alt="Install_Toolbox_005.gif" /&gt;&lt;br /&gt; &lt;br /&gt;That's all Folks! :D&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Sat, 08 Mar 2008 00:22:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Install 20080308122222A</guid></item><item><title>UPDATED WIKI: Install</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Install&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Installation and Integration
&lt;/h3&gt; &lt;br /&gt;The Folks' installation is very easy and simple. &lt;br /&gt;To integrate it into a web application follow these steps:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add a Toolbox Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=folks&amp;amp;DownloadId=29401" alt="Install_Toolbox_001.gif" /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add Folks Items to Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_002.gif]&lt;br /&gt; &lt;br /&gt;In the dialog window, click on Browse button and select the Folks assembly and click on Open button. All necessary controls will be selected.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_003.gif]&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Enabling the Application&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;To enable an application's page, drag the FolksManager control from Toolbox to Page.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_004.gif]&lt;br /&gt; &lt;br /&gt;Add the rel html's attribute to the controls that'll be enabled with &lt;b&gt;folks&lt;/b&gt; as the value.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_005.gif]&lt;br /&gt; &lt;br /&gt;That's all Folks! :D&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Sat, 08 Mar 2008 00:20:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Install 20080308122025A</guid></item><item><title>UPDATED WIKI: Install</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Install&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Install and Integration
&lt;/h3&gt; &lt;br /&gt;The Folks' installation is very easy and simple. &lt;br /&gt;To integrate it into a web application follow these steps:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add a Toolbox Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_001.gif]&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add Folks Items to Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_002.gif]&lt;br /&gt; &lt;br /&gt;In the dialog window, click on Browse button and select the Folks assembly and click on Open button. All necessary controls will be selected.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_003.gif]&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Enabling the Application&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;To enable an application's page, drag the FolksManager control from Toolbox to Page.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_004.gif]&lt;br /&gt; &lt;br /&gt;Add the rel html's attribute to the controls that'll be enabled with &lt;b&gt;folks&lt;/b&gt; as the value.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_005.gif]&lt;br /&gt; &lt;br /&gt;That's all Folks! :D&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Sat, 08 Mar 2008 00:18:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Install 20080308121837A</guid></item><item><title>UPDATED WIKI: Install</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Install&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Install and Integration
&lt;/h3&gt; &lt;br /&gt;The Folks' installation is very easy and simple. &lt;br /&gt;To integrate it into a web application follow these steps:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add a Toolbox Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_001.gif]&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add Folks Items to Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_002.gif]&lt;br /&gt; &lt;br /&gt;In the dialog window, click on Browse button and select the Folks assembly and click on Open button. All necessary controls will be selected.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_003.gif]&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Enabling the Application&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;To enable an application's page, drag the FolksManager control from Toolbox to Page.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_004.gif]&lt;br /&gt; &lt;br /&gt;Add the rel html's attribute to the controls that'll be enabled with &lt;b&gt;folks&lt;/b&gt; as the value.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_005.gif]&lt;br /&gt; &lt;br /&gt;That's all Folks! :D&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Sat, 08 Mar 2008 00:17:28 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Install 20080308121728A</guid></item><item><title>UPDATED WIKI: Install</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Install&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Install and Integration
&lt;/h3&gt; &lt;br /&gt;The Folks' installation is very easy and simple. &lt;br /&gt;To integrate it into a web application follow these steps:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add a Toolbox Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_001.gif]&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Add Folks Items to Tab&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_002.gif]&lt;br /&gt; &lt;br /&gt;In the dialog window, click on Browse button and select the Folks assembly and click on Open button. All necessary controls will be selected.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_003.gif]&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Enabling the Application&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;To enable an application's page, drag the FolksManager control from Toolbox to Page.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_004.gif]&lt;br /&gt; &lt;br /&gt;Add the rel html's attribute to the controls that'll be enabled with &lt;b&gt;folks&lt;/b&gt; as the value.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:http://folks.edurdias.com/images/Install_Toolbox_005.gif]&lt;br /&gt; &lt;br /&gt;Done, it's Folksfied!!! :D&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Sat, 08 Mar 2008 00:14:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Install 20080308121444A</guid></item><item><title>UPDATED WIKI: Configuration</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Configuration&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
Configuration
&lt;/h3&gt; &lt;br /&gt;Normally, It isn't necessary any configuration to integrate Folks with a web application. But, for advanced features and other customizations you can configure it. The basic configuration scenarios are:&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Control Registration - Register Folks in Web.config instead of every Page.&lt;/li&gt;&lt;li&gt;ViewState Optimization - To not send the ViewState through Folks' requests.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h4&gt;
Control Registration
&lt;/h4&gt; &lt;br /&gt;To register Folks in Web.config you can just add the code below inside pages' controls element.&lt;br /&gt; &lt;br /&gt;&lt;span class="codeInline"&gt;&amp;lt;add tagPrefix=&amp;quot;folks&amp;quot; assembly=&amp;quot;Folks&amp;quot; namespace=&amp;quot;Folks.UI&amp;quot; /&amp;gt;&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Example&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;pages autoEventWireup=&amp;quot;false&amp;quot; enableViewStateMac=&amp;quot;false&amp;quot;  &amp;gt;
	&amp;lt;controls&amp;gt;
		&amp;lt;add tagPrefix=&amp;quot;folks&amp;quot; assembly=&amp;quot;Folks&amp;quot; namespace=&amp;quot;Folks.UI&amp;quot; /&amp;gt;
	&amp;lt;/controls&amp;gt;
&amp;lt;/pages&amp;gt;
&lt;/pre&gt; &lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
ViewState Optimization
&lt;/h4&gt; &lt;br /&gt;To use the FolksManager's OptimizeViewState property you need to configure a Adapter for the Page type. To do this, create a .browser file in App_Browsers ASP.NET folder and add the code below:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;browsers&amp;gt;
	&amp;lt;browser refID=&amp;quot;Default&amp;quot;&amp;gt;
		&amp;lt;controlAdapters&amp;gt;
			&amp;lt;adapter controlType=&amp;quot;System.Web.UI.Page&amp;quot;
                     adapterType=&amp;quot;Folks.UI.Adapters.FolksPageAdapter, Folks&amp;quot; /&amp;gt;
		&amp;lt;/controlAdapters&amp;gt;
    &amp;lt;/browser&amp;gt;
&amp;lt;/browsers&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Fri, 07 Mar 2008 22:49:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Configuration 20080307104904P</guid></item><item><title>UPDATED WIKI: Frequently Asked Questions</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Frequently Asked Questions&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Fri, 07 Mar 2008 14:57:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Frequently Asked Questions 20080307025709P</guid></item><item><title>UPDATED WIKI: Usage</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Usage&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Usage&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Fri, 07 Mar 2008 14:56:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Usage 20080307025636P</guid></item><item><title>UPDATED WIKI: Configuration</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Configuration&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Configuration&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Fri, 07 Mar 2008 14:56:17 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Configuration 20080307025617P</guid></item><item><title>UPDATED WIKI: Install</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Install&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Install&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;To install and enable Folks in your web application, just add the Folks library's reference to your project..&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Fri, 07 Mar 2008 14:48:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Install 20080307024818P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Home&amp;version=20</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The Folks Ajax Framework provides a clean, easy and fast way to build Ajax  enabled web applications in .NET 2.0.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Goals&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The main goal of this project is offer a easy and fast way to enable Ajax into a ASP.NET 2.0 application.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/folks/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;Install&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/folks/Wiki/View.aspx?title=Configuration&amp;amp;referringTitle=Home"&gt;Configuration&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/folks/Wiki/View.aspx?title=Usage&amp;amp;referringTitle=Home"&gt;Usage&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/folks/Wiki/View.aspx?title=Frequently%20Asked%20Questions&amp;amp;referringTitle=Home"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Samples&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The Folks samples are available at &lt;a href="http://folks.edurdias.com" class="externalLink"&gt;http://folks.edurdias.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The examples are:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://folks.edurdias.com/HelloWorld.aspx" class="externalLink"&gt;Hello World&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://folks.edurdias.com/CommonControls.aspx" class="externalLink"&gt;Common Controls&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://folks.edurdias.com/DataVisualization.aspx" class="externalLink"&gt;Data Visualization&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://folks.edurdias.com/TreeView.aspx" class="externalLink"&gt;TreeView&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://folks.edurdias.com/Menu.aspx" class="externalLink"&gt;Menu&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Benchmark&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can see the official benchmark &lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/13/a-comparison-between-folks-and-asp-net-ajax.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that make a comparison of Payload and Total Response Time (including the cliente response time).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;External References&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can read the posts about Folks below:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/05/folks-a-small-simple-and-fast-ajax-framework.aspx" class="externalLink"&gt;Folks - A small, simple and fast Ajax framework.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/13/a-comparison-between-folks-and-asp-net-ajax.aspx" class="externalLink"&gt; A comparison between Folks and ASP.NET Ajax&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you wrote something about Folks, let we know. Send us your post link.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Feedback&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;We wanna know what you think, if you have problems, let we know. If you found a bug, create an Issue. If you like it, tell to others about it.&lt;br /&gt; &lt;br /&gt;--&lt;br /&gt;Folks Team&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Fri, 07 Mar 2008 14:39:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080307023932P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Home&amp;version=19</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The Folks Ajax Framework provides a clean, easy and fast way to build Ajax  enabled web applications in .NET 2.0.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Goals&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The main goal of this project is offer a easy and fast way to enable Ajax into a ASP.NET 2.0 application.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="Install" class="externalLink"&gt;Install&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="Configuration" class="externalLink"&gt;Configuration&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="Usage" class="externalLink"&gt;Usage&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="FAQ" class="externalLink"&gt;FAQ&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Samples&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The Folks samples are available at &lt;a href="http://folks.edurdias.com" class="externalLink"&gt;http://folks.edurdias.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. The examples are:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://folks.edurdias.com/HelloWorld.aspx" class="externalLink"&gt;Hello World&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://folks.edurdias.com/CommonControls.aspx" class="externalLink"&gt;Common Controls&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://folks.edurdias.com/DataVisualization.aspx" class="externalLink"&gt;Data Visualization&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://folks.edurdias.com/TreeView.aspx" class="externalLink"&gt;TreeView&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://folks.edurdias.com/Menu.aspx" class="externalLink"&gt;Menu&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Benchmark&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can see the official benchmark &lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/13/a-comparison-between-folks-and-asp-net-ajax.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that make a comparison of Payload and Total Response Time (including the cliente response time).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;External References&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can read the posts about Folks below:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/05/folks-a-small-simple-and-fast-ajax-framework.aspx" class="externalLink"&gt;Folks - A small, simple and fast Ajax framework.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/13/a-comparison-between-folks-and-asp-net-ajax.aspx" class="externalLink"&gt; A comparison between Folks and ASP.NET Ajax&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you wrote something about Folks, let we know. Send us your post link.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Feedback&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;We wanna know what you think, if you have problems, let we know. If you found a bug, create an Issue. If you like it, tell to others about it.&lt;br /&gt; &lt;br /&gt;--&lt;br /&gt;Folks Team&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Fri, 07 Mar 2008 14:32:06 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080307023206P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The Folks Ajax Framework provides a clean, easy and fast way to build Ajax  enabled web applications in .NET 2.0.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Goals&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The main goal of this project is offer a easy and fast way to enable Ajax into a ASP.NET 2.0 application.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Samples&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The Folks samples can be found &lt;a href="http://folks.edurdias.com" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is a brief, the complete instructions come soon. To configure your application to use Folks you need to do these 5 steps:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Add the Folks' reference in your project&lt;/li&gt;&lt;li&gt;Add the FolksResource handler in your web.config (e.g: &amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;FolksResource.ashx&amp;quot;  type=&amp;quot;Folks.Handlers.FolksResourceLoader, Folks&amp;quot;/&amp;gt;)&lt;/li&gt;&lt;li&gt;Extend your page from Folks.UI.FolksPage&lt;/li&gt;&lt;li&gt;Add the rel='folks' attribute in control that fire a PostBack wich you wanna enable Folks (e.g: &amp;lt;asp:RadioButtonList rel=&amp;quot;folks&amp;quot; ID=...)&lt;/li&gt;&lt;li&gt;It's done!&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Restrictions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;None! Now it works with ASP.NET Development Server.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Benchmark&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can see the official benchmark &lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/13/a-comparison-between-folks-and-asp-net-ajax.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that make a comparison of Payload and Total Response Time (including the cliente response time).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Blog Posts&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can read the posts about Folks below:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/05/folks-a-small-simple-and-fast-ajax-framework.aspx" class="externalLink"&gt;Folks - A small, simple and fast Ajax framework.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/13/a-comparison-between-folks-and-asp-net-ajax.aspx" class="externalLink"&gt; A comparison between Folks and ASP.NET Ajax&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you wrote something about Folks, let we know. Send us your post link.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Feedback&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;We wanna know what you think, if you have problems, let we know. If you found a bug, create an Issue. If you like it, tell to others about it.&lt;br /&gt; &lt;br /&gt;--&lt;br /&gt;Folks Team&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Wed, 05 Mar 2008 14:05:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080305020501P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/folks/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The Folks Ajax Framework provides a clean, easy and fast way to build Ajax  enabled web applications in .NET 2.0.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Goals&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The main goal of this project is offer a easy and fast way to enable Ajax into a ASP.NET 2.0 application.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is a brief, the complete instructions come soon. To configure your application to use Folks you need to do these 5 steps:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Add the Folks' reference in your project&lt;/li&gt;&lt;li&gt;Add the FolksResource handler in your web.config (e.g: &amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;FolksResource.ashx&amp;quot;  type=&amp;quot;Folks.Handlers.FolksResourceLoader, Folks&amp;quot;/&amp;gt;)&lt;/li&gt;&lt;li&gt;Extend your page from Folks.UI.FolksPage&lt;/li&gt;&lt;li&gt;Add the rel='folks' attribute in control that fire a PostBack wich you wanna enable Folks (e.g: &amp;lt;asp:RadioButtonList rel=&amp;quot;folks&amp;quot; ID=...)&lt;/li&gt;&lt;li&gt;It's done!&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Restrictions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;None! Now it works with ASP.NET Development Server.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Benchmark&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can see the official benchmark &lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/13/a-comparison-between-folks-and-asp-net-ajax.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; that make a comparison of Payload and Total Response Time (including the cliente response time).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Blog Posts&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;You can read the posts about Folks below:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/05/folks-a-small-simple-and-fast-ajax-framework.aspx" class="externalLink"&gt;Folks - A small, simple and fast Ajax framework.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/eduardodias/archive/2008/02/13/a-comparison-between-folks-and-asp-net-ajax.aspx" class="externalLink"&gt; A comparison between Folks and ASP.NET Ajax&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you wrote something about Folks, let we know. Send us your post link.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Feedback&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;We wanna know what you think, if you have problems, let we know. If you found a bug, create an Issue. If you like it, tell to others about it.&lt;br /&gt; &lt;br /&gt;--&lt;br /&gt;Folks Team&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Fri, 15 Feb 2008 18:25:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080215062540P</guid></item></channel></rss>