<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>folks Forum Rss Feed</title><link>http://www.codeplex.com/folks/Thread/List.aspx</link><description>folks Forum Rss Description</description><item><title>NEW POST: maintain view state (RadioButtonList)</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=23930</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/folks/WorkItem/View.aspx?WorkItemId=1716"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Thu, 13 Mar 2008 16:08:49 GMT</pubDate><guid isPermaLink="false">NEW POST: maintain view state (RadioButtonList) 20080313040849P</guid></item><item><title>NEW POST: maintain view state (RadioButtonList)</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=23930</link><description>&lt;div class="wikidoc"&gt;
Hi waveyus,&lt;br /&gt; &lt;br /&gt;I'm testing your case. I'll send you a feedback soon (today).&lt;br /&gt; &lt;br /&gt;Thanks for help us.&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Thu, 13 Mar 2008 13:27:00 GMT</pubDate><guid isPermaLink="false">NEW POST: maintain view state (RadioButtonList) 20080313012700P</guid></item><item><title>NEW POST: maintain view state (RadioButtonList)</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=23930</link><description>&lt;div class="wikidoc"&gt;
I had a page with a TextBox ,  two cascading dropdownlists, a radiobuttonlist and a panel.&lt;br /&gt;Here is what happen when I use FolksManager with 'CaptureAll=&amp;quot;true&amp;quot;' or put rel attribute for all controls (except TextBox).&lt;br /&gt; &lt;br /&gt;I put inital text in the TextBox and made a selection in child drodownlist.&lt;br /&gt;RadioButtonList has two options, one to make panel visible and the other make it disappeared.&lt;br /&gt;TextBox loses its input and the child DropDownList loses its selection when I toggling the visibility of the panel with RadioButonList.&lt;br /&gt; &lt;br /&gt;But I can work around this by putting the panel and the RadioButtonList in a separate FolksContainer and leave DropDownLists with rel attributes.&lt;br /&gt;Not sure why, please help. Thanks.&lt;br /&gt; &lt;br /&gt;&amp;lt;asp:TextBox ID=&amp;quot;TextBoxContent&amp;quot; runat=&amp;quot;server&amp;quot; TextMode=&amp;quot;MultiLine&amp;quot; ..................../&amp;gt;&lt;br /&gt;&amp;lt;asp:DropDownList    ID=&amp;quot;DDLParent&amp;quot; runat=&amp;quot;sever&amp;quot; AutoPostBack=&amp;quot;true&amp;quot; OnSelectedIndexChanged=&amp;quot;DDLParent_SelectedIndexChanged&amp;quot;.....................  /&amp;gt;  &lt;br /&gt;//DDLParent_SelectedIndexChanged : databind DDLChild&lt;br /&gt; &lt;br /&gt;&amp;lt;asp:DropDownList    ID=&amp;quot;DDLChild&amp;quot; runat=&amp;quot;sever&amp;quot;  AutoPostBack=&amp;quot;true&amp;quot;................... /&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;asp:RadioButtonList ID=&amp;quot;RBLOption&amp;quot;   runat=&amp;quot;server&amp;quot; onselectedindexchanged=&amp;quot;RBOption_SelectedIndexChanged&amp;quot;  AutoPostBack=&amp;quot;true&amp;quot;...................&amp;gt;&lt;br /&gt;&amp;lt;asp:ListItem Text=&amp;quot;Visible&amp;quot; value=&amp;quot;1&amp;quot; Selected=&amp;quot;True&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;asp:ListItem Text=&amp;quot;Invisible&amp;quot; value=&amp;quot;2&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/asp:RadioButtonList&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;asp:Panel ID=&amp;quot;Panel1&amp;quot; runat=&amp;quot;server&amp;quot; &amp;gt;&lt;br /&gt;   Panel Display Text&lt;br /&gt;&amp;lt;/asp:Panel&amp;gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>waveyus</author><pubDate>Thu, 13 Mar 2008 03:57:34 GMT</pubDate><guid isPermaLink="false">NEW POST: maintain view state (RadioButtonList) 20080313035734A</guid></item><item><title>NEW POST: Folks mess up with login controls?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=23882</link><description>&lt;div class="wikidoc"&gt;
Sorry, I didn't test this thoroughly. &lt;br /&gt;It didn't &amp;quot;disappear&amp;quot;. It's CSS related.&lt;br /&gt;A child dropdownlist would do a databind based on selection of parent dropdownlist.&lt;br /&gt;The child dropdownlist would change its width when data binded. &lt;br /&gt;Loginview then loses its original layout and was out of visible layout on the page.&lt;br /&gt; &lt;br /&gt;I think this is very specific to my page layout.&lt;br /&gt;Putting the loginview onto the page won't have any problem.&lt;br /&gt;Sorry to bring that up.&lt;br /&gt; &lt;br /&gt;&amp;lt;div style=&amp;quot;float:right&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;asp:LoginView ID=&amp;quot;LoginView1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;           &amp;lt;AnonymousTemplate&amp;gt;&lt;br /&gt;             You're anonymous&lt;br /&gt;           &amp;lt;/AnonymousTemplate&amp;gt;&lt;br /&gt;           &amp;lt;LoggedInTemplate&amp;gt;  &lt;br /&gt;             &amp;lt;asp:Menu ID=&amp;quot;Menu1&amp;quot; runat=&amp;quot;server&amp;quot; &amp;gt;&lt;br /&gt;               &amp;lt;Items&amp;gt;&lt;br /&gt;               &amp;lt;asp:MenuItem Text=&amp;quot;option1&amp;quot; &amp;gt;&lt;br /&gt;                &amp;lt;/asp:MenuItem&amp;gt;&lt;br /&gt;               &amp;lt;asp:MenuItem Text=&amp;quot;option2&amp;quot; &amp;gt;&lt;br /&gt;                &amp;lt;/asp:MenuItem&amp;gt;      &lt;br /&gt;               &amp;lt;/Items&amp;gt;&lt;br /&gt;             &amp;lt;/asp:Menu&amp;gt;&lt;br /&gt;             &amp;lt;/LoggedInTemplate&amp;gt;&lt;br /&gt;            &amp;lt;/asp:LoginView&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>waveyus</author><pubDate>Wed, 12 Mar 2008 18:04:34 GMT</pubDate><guid isPermaLink="false">NEW POST: Folks mess up with login controls? 20080312060434P</guid></item><item><title>NEW POST: Folks mess up with login controls?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=23882</link><description>&lt;div class="wikidoc"&gt;
Loginview, after the event triggered between two dropdownlists, it disappeared from its loggedInView. It gets same errors as Login if it's in AnonymousView. I'm not sure if it's a related problem.&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Wed, 12 Mar 2008 16:19:21 GMT</pubDate><guid isPermaLink="false">NEW POST: Folks mess up with login controls? 20080312041921P</guid></item><item><title>NEW POST: file upload issue?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=22090</link><description>&lt;div class="wikidoc"&gt;
i found few solutions:&lt;br /&gt; &lt;br /&gt;http://vinayakshrestha.wordpress.com/2007/03/13/uploading-files-using-aspnet-ajax-extensions/&lt;br /&gt;http://www.codeproject.com/KB/aspnet/AJAXUpload.aspx&lt;br /&gt;http://vinayakshrestha.wordpress.com/2007/03/31/ajax-extensions-file-upload-workaround/&lt;br /&gt;
&lt;/div&gt;</description><author>oliverwhk</author><pubDate>Thu, 14 Feb 2008 19:52:14 GMT</pubDate><guid isPermaLink="false">NEW POST: file upload issue? 20080214075214P</guid></item><item><title>NEW POST: file upload issue?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=22090</link><description>&lt;div class="wikidoc"&gt;
Hi oliver,&lt;br /&gt; &lt;br /&gt;The upload issue for ajax enabled controls wasn't fixed in Folks, yet!&lt;br /&gt; &lt;br /&gt;I'm studing a possible solution for this scenario.&lt;br /&gt; &lt;br /&gt;-- Eduardo&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Thu, 14 Feb 2008 12:47:43 GMT</pubDate><guid isPermaLink="false">NEW POST: file upload issue? 20080214124743P</guid></item><item><title>NEW POST: file upload issue?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=22090</link><description>&lt;div class="wikidoc"&gt;
Hi oliver,&lt;br /&gt; &lt;br /&gt;The upload issue for ajax enabled controls wasn't fixed in Folks, yet!&lt;br /&gt; &lt;br /&gt;I'm studing a possible solution for this scenario.&lt;br /&gt; &lt;br /&gt;-- Eduardo&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Thu, 14 Feb 2008 12:47:27 GMT</pubDate><guid isPermaLink="false">NEW POST: file upload issue? 20080214124727P</guid></item><item><title>NEW POST: file upload issue?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=22090</link><description>&lt;div class="wikidoc"&gt;
thanks edurdias, it's all working fine now in IE.&lt;br /&gt; &lt;br /&gt;But may i know if you got a solution to get the file upload in an folks AJAX call?&lt;br /&gt; &lt;br /&gt;basically in the click event of Button1, there is no way to get the FileUpload1's info.&lt;br /&gt;        &amp;lt;asp:button ID=&amp;quot;Button1&amp;quot; runat=&amp;quot;server&amp;quot; text=&amp;quot;Button&amp;quot; rel=&amp;quot;folks&amp;quot; /&amp;gt;&lt;br /&gt;        &amp;lt;asp:TextBox ID=&amp;quot;TextBox1&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;br /&gt;        &amp;lt;asp:FileUpload ID=&amp;quot;FileUpload1&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>oliverwhk</author><pubDate>Wed, 13 Feb 2008 22:41:22 GMT</pubDate><guid isPermaLink="false">NEW POST: file upload issue? 20080213104122P</guid></item><item><title>NEW POST: ajax doesn't work using folks?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=21941</link><description>&lt;div class="wikidoc"&gt;
Hi edurdias, thanks for the quick fix. Is it true that the new release contains only 1 dll &amp;quot;Folks.dll&amp;quot;. I have removed my old references in my web app and only added ref to this new one but i still got error.&lt;br /&gt; &lt;br /&gt;---------------------------------------------------------------------&lt;br /&gt;Configuration Error &lt;br /&gt;Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. &lt;br /&gt; &lt;br /&gt;Parser Error Message: Could not load file or assembly 'Folks' or one of its dependencies. Access is denied.&lt;br /&gt; &lt;br /&gt;Source Error: &lt;br /&gt;Line 64: &lt;br /&gt;Line 65:       &amp;lt;httpHandlers&amp;gt;&lt;br /&gt;Line 66:         &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;br /&gt;Line 67:       &amp;lt;/httpHandlers&amp;gt;&lt;br /&gt;Line 68:     &amp;lt;/system.web&amp;gt;&lt;br /&gt; &lt;br /&gt;May i know if it is due to the missing dll? Thanks~&lt;br /&gt;
&lt;/div&gt;</description><author>oliverwhk</author><pubDate>Wed, 13 Feb 2008 19:32:04 GMT</pubDate><guid isPermaLink="false">NEW POST: ajax doesn't work using folks? 20080213073204P</guid></item><item><title>NEW POST: ajax doesn't work using folks?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=21941</link><description>&lt;div class="wikidoc"&gt;
Yes i have just checked it contains 2 script tags with src attribute addressed to FolksResource.ashx?r=(hash) in the html.&lt;br /&gt;
&lt;/div&gt;</description><author>oliverwhk</author><pubDate>Wed, 13 Feb 2008 19:24:24 GMT</pubDate><guid isPermaLink="false">NEW POST: ajax doesn't work using folks? 20080213072424P</guid></item><item><title>NEW POST: ajax doesn't work using folks?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=21941</link><description>&lt;div class="wikidoc"&gt;
Hi oliverwhk,&lt;br /&gt; &lt;br /&gt;Now I know what happens. You must running under ASP.NET Development Server, the Folks doesn't works with ASP.NET Server yet (I added this restriction at Home). It works fine with IIS.&lt;br /&gt; &lt;br /&gt;And I found a error, the Button postback mapping was wrong. I'm creating an Issue and fixing it. This will be released in version 0.0.2.&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Tue, 12 Feb 2008 15:50:03 GMT</pubDate><guid isPermaLink="false">NEW POST: ajax doesn't work using folks? 20080212035003P</guid></item><item><title>NEW POST: ajax doesn't work using folks?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=21941</link><description>&lt;div class="wikidoc"&gt;
Hi oliverwhk,&lt;br /&gt; &lt;br /&gt;please verify if the JS scripts was loaded correctly. You must have 2 script tags with src attribute addressed to FolksResource.ashx?r=(hash) in your html. Please tell me if is correct.&lt;br /&gt; &lt;br /&gt;In your Default.aspx you can just put rel=&amp;quot;folks&amp;quot; in your Button1 control. Why? It's only one to fire a event.&lt;br /&gt; &lt;br /&gt;Default.aspx:&lt;br /&gt;------------------&lt;br /&gt;&amp;lt;div&amp;gt;&lt;br /&gt;&amp;lt;asp:button ID=&amp;quot;Button1&amp;quot; runat=&amp;quot;server&amp;quot; text=&amp;quot;Button&amp;quot; rel=&amp;quot;folks&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;asp:TextBox ID=&amp;quot;TextBox1&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &lt;br /&gt;I'm recreating the same scenario and testing it here. I'll write the results until the today's end.&lt;br /&gt; &lt;br /&gt;If you have any idea or suggestion please tell us. :D&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Tue, 12 Feb 2008 14:03:46 GMT</pubDate><guid isPermaLink="false">NEW POST: ajax doesn't work using folks? 20080212020346P</guid></item><item><title>NEW POST: ajax doesn't work using folks?</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=21941</link><description>&lt;div class="wikidoc"&gt;
Default.aspx:&lt;br /&gt;------------------&lt;br /&gt;    &amp;lt;div&amp;gt;&lt;br /&gt;        &amp;lt;asp:button ID=&amp;quot;Button1&amp;quot; runat=&amp;quot;server&amp;quot; text=&amp;quot;Button&amp;quot; rel=&amp;quot;folks&amp;quot; /&amp;gt;&lt;br /&gt;        &amp;lt;asp:TextBox ID=&amp;quot;TextBox1&amp;quot; runat=&amp;quot;server&amp;quot; rel=&amp;quot;folks&amp;quot; /&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;br /&gt; &lt;br /&gt;Default.aspx.vb:&lt;br /&gt;--------------------&lt;br /&gt;Partial Class _Default&lt;br /&gt;    Inherits Folks.UI.FolksPage&lt;br /&gt; &lt;br /&gt;    Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click&lt;br /&gt;        TextBox1.Text = &amp;quot;123...&amp;quot;&lt;br /&gt;    End Sub&lt;br /&gt;End Class&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Web.config:&lt;br /&gt;---------------&lt;br /&gt;      &amp;lt;httpHandlers&amp;gt;&lt;br /&gt;        &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;br /&gt;      &amp;lt;/httpHandlers&amp;gt;&lt;br /&gt;    &amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;But it still post back as normal, not thru AJAX. May i know why? Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>oliverwhk</author><pubDate>Tue, 12 Feb 2008 01:49:20 GMT</pubDate><guid isPermaLink="false">NEW POST: ajax doesn't work using folks? 20080212014920A</guid></item><item><title>NEW POST: Sample Questions</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=21686</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/folks/WorkItem/View.aspx?WorkItemId=1116"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Thu, 07 Feb 2008 13:40:23 GMT</pubDate><guid isPermaLink="false">NEW POST: Sample Questions 20080207014023P</guid></item><item><title>NEW POST: Sample Questions</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=21686</link><description>&lt;div class="wikidoc"&gt;
Hi Dewey,&lt;br /&gt; &lt;br /&gt;It's showing this error through a alert? If is this, the error is in client side. &lt;br /&gt;Basically, it would works. :) But, I'm verifying and posting here still today.&lt;br /&gt; &lt;br /&gt;The basic idea is, put the rel=&amp;quot;folks&amp;quot; attribute to any &amp;quot;PostBack&amp;quot; control to turn it in &amp;quot;Ajax enabled control&amp;quot;.&lt;br /&gt; &lt;br /&gt;Eduardo&lt;br /&gt;
&lt;/div&gt;</description><author>edurdias</author><pubDate>Thu, 07 Feb 2008 12:23:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Sample Questions 20080207122332P</guid></item><item><title>NEW POST: Sample Questions</title><link>http://www.codeplex.com/folks/Thread/View.aspx?ThreadId=21686</link><description>&lt;div class="wikidoc"&gt;
The first set of checkboxes cause a postback, and when I put the rel=&amp;quot;folks&amp;quot; property on it, it complains: Expected identifier, string or number.&lt;br /&gt; &lt;br /&gt;What gives?&lt;br /&gt;
&lt;/div&gt;</description><author>Dewey</author><pubDate>Thu, 07 Feb 2008 03:03:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Sample Questions 20080207030337A</guid></item></channel></rss>