<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.blackmarble.co.uk/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Work Life - like park life, but paid better - All Comments</title><link>http://blogs.blackmarble.co.uk/blogs/twardill/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>re: Setting a CollapsiblePanelExtender state from CodeBehind</title><link>http://blogs.blackmarble.co.uk/blogs/twardill/archive/2008/01/21/setting-a-collapsiblepanelextender-state-from-codebehind.aspx#11067</link><pubDate>Wed, 05 Mar 2008 09:44:45 GMT</pubDate><guid isPermaLink="false">e2247bbd-a8ea-45d7-b15f-e334232e9347:11067</guid><dc:creator>ZeroCool</dc:creator><description>&lt;p&gt;But when I create and add multiple CollapsiblePanelExtender controls, it will always throw an exception says that there&amp;#39;re multiple controls with the same ID &amp;#39;_ClientState&amp;#39;, how to solve this problem? SOS!&lt;/p&gt;
&lt;img src="http://blogs.blackmarble.co.uk/aggbug.aspx?PostID=11067" width="1" height="1"&gt;</description></item><item><title>re: Setting a CollapsiblePanelExtender state from CodeBehind</title><link>http://blogs.blackmarble.co.uk/blogs/twardill/archive/2008/01/21/setting-a-collapsiblepanelextender-state-from-codebehind.aspx#10909</link><pubDate>Thu, 21 Feb 2008 21:11:56 GMT</pubDate><guid isPermaLink="false">e2247bbd-a8ea-45d7-b15f-e334232e9347:10909</guid><dc:creator>J</dc:creator><description>&lt;p&gt;I LOVE YOU! YOU SAVED MY DAY!&lt;/p&gt;
&lt;img src="http://blogs.blackmarble.co.uk/aggbug.aspx?PostID=10909" width="1" height="1"&gt;</description></item><item><title>re: Using multiple Task forms in a single workflow</title><link>http://blogs.blackmarble.co.uk/blogs/twardill/archive/2007/09/18/using-multiple-task-forms-in-a-single-workflow.aspx#10897</link><pubDate>Wed, 20 Feb 2008 10:24:09 GMT</pubDate><guid isPermaLink="false">e2247bbd-a8ea-45d7-b15f-e334232e9347:10897</guid><dc:creator>Raghav</dc:creator><description>&lt;p&gt;What&amp;#39;s alternative to work with multiple Task form with aspx&lt;/p&gt;
&lt;img src="http://blogs.blackmarble.co.uk/aggbug.aspx?PostID=10897" width="1" height="1"&gt;</description></item><item><title>re: Forcing a Partial Postback from JavaScript</title><link>http://blogs.blackmarble.co.uk/blogs/twardill/archive/2008/01/18/forcing-a-partial-postback-from-javascript.aspx#10818</link><pubDate>Fri, 08 Feb 2008 20:12:31 GMT</pubDate><guid isPermaLink="false">e2247bbd-a8ea-45d7-b15f-e334232e9347:10818</guid><dc:creator>Luke Smith</dc:creator><description>&lt;p&gt;I&amp;#39;m suprised the functionality isn&amp;#39;t built into the MS Ajax framework itself, it seems like an obvious thing for people to want to do. I&amp;#39;ve needed it once or twice and discovered this solution.&lt;/p&gt;
&lt;p&gt;One thing I also hate is having to put javascript in the page itself, but also hate having to hardcode ctl00_blah_blah_mycontrol in an external javascript file (just incase it changes at some point). I experimented with a creating a jsx page a while back, where the jsx page was parsed on request to the page and you could put things like &amp;lt;%= MyControl.ClientID %&amp;gt; in it. Maybe i should dig it out and post it on my blog.&lt;/p&gt;
&lt;img src="http://blogs.blackmarble.co.uk/aggbug.aspx?PostID=10818" width="1" height="1"&gt;</description></item><item><title>re: Building a WSP with Infopath Forms</title><link>http://blogs.blackmarble.co.uk/blogs/twardill/archive/2007/10/05/building-a-wsp-with-infopath-forms.aspx#10071</link><pubDate>Tue, 18 Dec 2007 19:19:49 GMT</pubDate><guid isPermaLink="false">e2247bbd-a8ea-45d7-b15f-e334232e9347:10071</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;The xsn files were missing from the feature directory.&lt;/p&gt;
&lt;p&gt;Entries like &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ElementFile Location=&amp;quot;Form1.xsn&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ElementFile Location=&amp;quot;Form2.xsn&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;in &amp;lt;ElementManifests&amp;gt; of feature.xml fixed it.&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;
&lt;img src="http://blogs.blackmarble.co.uk/aggbug.aspx?PostID=10071" width="1" height="1"&gt;</description></item><item><title>re: Building a WSP with Infopath Forms</title><link>http://blogs.blackmarble.co.uk/blogs/twardill/archive/2007/10/05/building-a-wsp-with-infopath-forms.aspx#10070</link><pubDate>Tue, 18 Dec 2007 19:02:28 GMT</pubDate><guid isPermaLink="false">e2247bbd-a8ea-45d7-b15f-e334232e9347:10070</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;Hello Tom,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to deploy a workflow to a live server in a wsp file.&lt;/p&gt;
&lt;p&gt;My workflow works on the development server.&lt;/p&gt;
&lt;p&gt;Once deployed, the task forms apparently can&amp;#39;t be found (they don&amp;#39;t have any code behind - they just use rules)&lt;/p&gt;
&lt;p&gt;The wsp file is structured like this...&lt;/p&gt;
&lt;p&gt;The assembly and manifest.xml are in the root&lt;/p&gt;
&lt;p&gt;It has the forms (all task) feature.xml and workflow.xml in a sub directory that is the name of the feature.&lt;/p&gt;
&lt;p&gt;The feature directory under the 12 hive initially contained just the feature.xml and the workflow.xml&lt;/p&gt;
&lt;p&gt;I manually extracted the xsn files from the wsp and put them in the feature dir as well.&lt;/p&gt;
&lt;p&gt;Still when I click on a task created by the workflow, Forms Services gives me the message &amp;nbsp;&amp;quot;The form has been closed&amp;quot;.&lt;/p&gt;
&lt;p&gt;In the sharepoint log, I get a message from Forms Server saying the specified form cannot be found.&lt;/p&gt;
&lt;p&gt;The feature.xml has a property setting like this&lt;/p&gt;
&lt;p&gt;&amp;lt;Property Key=&amp;quot;RegisterForms&amp;quot; Value=&amp;quot;*.xsn&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;Just to reiterate - this works on my development server.&lt;/p&gt;
&lt;p&gt;Any suggestions much appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Maritn&lt;/p&gt;
&lt;img src="http://blogs.blackmarble.co.uk/aggbug.aspx?PostID=10070" width="1" height="1"&gt;</description></item></channel></rss>