<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: DataFormWebPart &#8211; Getting the workspace URL</title>
	<atom:link href="http://blog.sallarp.com/dataformwebpart-workspace-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sallarp.com/dataformwebpart-workspace-url/</link>
	<description>Code, Code, Revolution!</description>
	<lastBuildDate>Wed, 28 Jul 2010 23:26:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Björn Sållarp</title>
		<link>http://blog.sallarp.com/dataformwebpart-workspace-url/comment-page-1/#comment-8163</link>
		<dc:creator>Björn Sållarp</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=770#comment-8163</guid>
		<description>@Qassern,

Did you set IncludeHidden=&quot;true&quot; to the SPDataSource?</description>
		<content:encoded><![CDATA[<p>@Qassern,</p>
<p>Did you set IncludeHidden=&#8221;true&#8221; to the SPDataSource?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qassem</title>
		<link>http://blog.sallarp.com/dataformwebpart-workspace-url/comment-page-1/#comment-8072</link>
		<dc:creator>Qassem</dc:creator>
		<pubDate>Tue, 16 Mar 2010 14:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=770#comment-8072</guid>
		<description>Nice :)  but i try to create custom dataview with coulmn for Meeting workspace link i tried to copy your code as it and put it in DT bu the @workspace field return empty string !! Do you know why this happens?</description>
		<content:encoded><![CDATA[<p>Nice <img src='http://blog.sallarp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   but i try to create custom dataview with coulmn for Meeting workspace link i tried to copy your code as it and put it in DT bu the @workspace field return empty string !! Do you know why this happens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn Sållarp</title>
		<link>http://blog.sallarp.com/dataformwebpart-workspace-url/comment-page-1/#comment-7954</link>
		<dc:creator>Björn Sållarp</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=770#comment-7954</guid>
		<description>@vmrao

I am referring to SharePoint 2007. I haven&#039;t had much time to work with SharePoint 2010 yet but I am surprised if the DataFormWebpart has been removed. That would be a big breaking change in 2010. DataFormWebpart is added through SharePoint Designer, have you looked for it there? Sounds like maybe you have just looked in the web part gallery?

// Björn</description>
		<content:encoded><![CDATA[<p>@vmrao</p>
<p>I am referring to SharePoint 2007. I haven&#8217;t had much time to work with SharePoint 2010 yet but I am surprised if the DataFormWebpart has been removed. That would be a big breaking change in 2010. DataFormWebpart is added through SharePoint Designer, have you looked for it there? Sounds like maybe you have just looked in the web part gallery?</p>
<p>// Björn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vmrao</title>
		<link>http://blog.sallarp.com/dataformwebpart-workspace-url/comment-page-1/#comment-7851</link>
		<dc:creator>vmrao</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=770#comment-7851</guid>
		<description>Are you referring to Sharepoint 2010 or 2007 ? I don&#039;t see &#039;DataFormWebPart&#039; in 2010 ? 

I am working with Sharepoint 2010. I have a Parent site and a Meeting Site with Calendar application as Subsite to it. The Subsite hosts one or more meetings every month and the corresponding meeting minutes are posted to a document library web part on the page. I need to display the files  corresponding to the most recent meeting automatically on the parent site home page.

How do I do that ? 

I tried Content Query Web Part but could not figure out
how to bring in the latest files from the Document Library.

In my case, whenever a new meeting is created through Meeting workspace/Calendar application, a Sub folder (3 for the third meeting) is automatically created under &#039;Document Library&#039; for the new meeting.

While adding &#039;Content Query Web Part&#039; to the parent site, I selected the &#039;Document Library&#039; corresponding to the &#039;Meeeting workspace&#039; but I am not sure
how to proceed from here to bring the latest files (Document Library/3 folder or whatever is latest).

Thanks for any help / info that you can provide.</description>
		<content:encoded><![CDATA[<p>Are you referring to Sharepoint 2010 or 2007 ? I don&#8217;t see &#8216;DataFormWebPart&#8217; in 2010 ? </p>
<p>I am working with Sharepoint 2010. I have a Parent site and a Meeting Site with Calendar application as Subsite to it. The Subsite hosts one or more meetings every month and the corresponding meeting minutes are posted to a document library web part on the page. I need to display the files  corresponding to the most recent meeting automatically on the parent site home page.</p>
<p>How do I do that ? </p>
<p>I tried Content Query Web Part but could not figure out<br />
how to bring in the latest files from the Document Library.</p>
<p>In my case, whenever a new meeting is created through Meeting workspace/Calendar application, a Sub folder (3 for the third meeting) is automatically created under &#8216;Document Library&#8217; for the new meeting.</p>
<p>While adding &#8216;Content Query Web Part&#8217; to the parent site, I selected the &#8216;Document Library&#8217; corresponding to the &#8216;Meeeting workspace&#8217; but I am not sure<br />
how to proceed from here to bring the latest files (Document Library/3 folder or whatever is latest).</p>
<p>Thanks for any help / info that you can provide.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: blog.sallarp.com @ 2010-07-30 17:14:07 -->