<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Populating data sources in code</title>
	<atom:link href="http://sharepointmagazine.net/technical/development/populating-data-sources-in-code/feed" rel="self" type="application/rss+xml" />
	<link>http://sharepointmagazine.net/technical/development/populating-data-sources-in-code</link>
	<description>SharePoint Magazine is an online Magazine dedicated to the world of SharePoint</description>
	<lastBuildDate>Thu, 18 Mar 2010 16:10:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mantisory</title>
		<link>http://sharepointmagazine.net/technical/development/populating-data-sources-in-code/comment-page-1#comment-1669</link>
		<dc:creator>mantisory</dc:creator>
		<pubDate>Fri, 04 Sep 2009 21:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=12#comment-1669</guid>
		<description>actually, I found that if you change your code in the page load event to this it works fine:&lt;br&gt;ContentPlaceHolder myPH = (ContentPlaceHolder)this.Page.Master.FindControl(placeholderwherecontrolis);&lt;br&gt;DataFormWebPart m_dfwp = myPH.FindControl(DataFormWebPartId) as DataFormWebPart;</description>
		<content:encoded><![CDATA[<p>actually, I found that if you change your code in the page load event to this it works fine:<br />ContentPlaceHolder myPH = (ContentPlaceHolder)this.Page.Master.FindControl(placeholderwherecontrolis);<br />DataFormWebPart m_dfwp = myPH.FindControl(DataFormWebPartId) as DataFormWebPart;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mantisory</title>
		<link>http://sharepointmagazine.net/technical/development/populating-data-sources-in-code/comment-page-1#comment-1667</link>
		<dc:creator>mantisory</dc:creator>
		<pubDate>Fri, 04 Sep 2009 21:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=12#comment-1667</guid>
		<description>it appears this does not really work well in a sharepoint site per se, because placing it into a content page causes it to fail (or any page with a master page)&lt;br&gt;Regards,&lt;br&gt;Byron</description>
		<content:encoded><![CDATA[<p>it appears this does not really work well in a sharepoint site per se, because placing it into a content page causes it to fail (or any page with a master page)<br />Regards,<br />Byron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sweha</title>
		<link>http://sharepointmagazine.net/technical/development/populating-data-sources-in-code/comment-page-1#comment-414</link>
		<dc:creator>sweha</dc:creator>
		<pubDate>Fri, 07 Nov 2008 02:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=12#comment-414</guid>
		<description>I have sharepoint portal server 2003 and microsoft outlook 2003. I have my customers fill in a task request form, an internet application, and submit it. I have it where it gets sent to my outlook as a task. Is there a way that I can send it as a task in sharepoint task list in an unassigned task list area and then once I assign task, it should move to the assigned task list and disappear from the unassigned task list. Any help is appreciated</description>
		<content:encoded><![CDATA[<p>I have sharepoint portal server 2003 and microsoft outlook 2003. I have my customers fill in a task request form, an internet application, and submit it. I have it where it gets sent to my outlook as a task. Is there a way that I can send it as a task in sharepoint task list in an unassigned task list area and then once I assign task, it should move to the assigned task list and disappear from the unassigned task list. Any help is appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamalHosseini</title>
		<link>http://sharepointmagazine.net/technical/development/populating-data-sources-in-code/comment-page-1#comment-356</link>
		<dc:creator>JamalHosseini</dc:creator>
		<pubDate>Tue, 21 Oct 2008 21:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=12#comment-356</guid>
		<description>Hi&lt;br&gt;&lt;br&gt;I fixed that prblem and now it it is work but when I attached master page to page , get the following error...&lt;br&gt;&lt;br&gt;[NullReferenceException: Object reference not set to an instance of an object.]&lt;br&gt;   DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +47&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +131&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +131&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +131&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +131&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +131&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +131&lt;br&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436&lt;br&gt;&lt;br&gt;Please help me&lt;br&gt;Thanks&lt;br&gt;Jamal</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I fixed that prblem and now it it is work but when I attached master page to page , get the following error&#8230;</p>
<p>[NullReferenceException: Object reference not set to an instance of an object.]<br />   DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106<br />   System.Web.UI.Control.LoadRecursive() +47<br />   System.Web.UI.Control.LoadRecursive() +131<br />   System.Web.UI.Control.LoadRecursive() +131<br />   System.Web.UI.Control.LoadRecursive() +131<br />   System.Web.UI.Control.LoadRecursive() +131<br />   System.Web.UI.Control.LoadRecursive() +131<br />   System.Web.UI.Control.LoadRecursive() +131<br />   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436</p>
<p>Please help me<br />Thanks<br />Jamal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamalHosseini</title>
		<link>http://sharepointmagazine.net/technical/development/populating-data-sources-in-code/comment-page-1#comment-351</link>
		<dc:creator>JamalHosseini</dc:creator>
		<pubDate>Mon, 20 Oct 2008 15:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=12#comment-351</guid>
		<description>Hi&lt;br&gt;I&#039;m SharePoint Developer. Thanks alots of your post. I needed a way to populate the sub site&#039;s task list data in dataview that find your post. I copy the .dll in gac and added in safe control and register in .aspx page so put dataview ID in the tag , but when I want run the page saw this error....&lt;br&gt;&lt;br&gt;Object reference not set to an instance of an object&lt;br&gt;&lt;br&gt;[NullReferenceException: Object reference not set to an instance of an object.]&lt;br&gt;   DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +47&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +131&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +131&lt;br&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Jamal From SPS Persia</description>
		<content:encoded><![CDATA[<p>Hi<br />I&#39;m SharePoint Developer. Thanks alots of your post. I needed a way to populate the sub site&#39;s task list data in dataview that find your post. I copy the .dll in gac and added in safe control and register in .aspx page so put dataview ID in the tag , but when I want run the page saw this error&#8230;.</p>
<p>Object reference not set to an instance of an object</p>
<p>[NullReferenceException: Object reference not set to an instance of an object.]<br />   DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106<br />   System.Web.UI.Control.LoadRecursive() +47<br />   System.Web.UI.Control.LoadRecursive() +131<br />   System.Web.UI.Control.LoadRecursive() +131<br />   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436</p>
<p>Thanks<br />Jamal From SPS Persia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamalHosseini</title>
		<link>http://sharepointmagazine.net/technical/development/populating-data-sources-in-code/comment-page-1#comment-350</link>
		<dc:creator>JamalHosseini</dc:creator>
		<pubDate>Mon, 20 Oct 2008 15:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=12#comment-350</guid>
		<description>Hi&lt;br&gt;I&#039;m SharePoint Developer. Thanks alots of your post. I needed a way to populate the sub site&#039;s task list data in dataview that find your post. I copy the .dll in gac and added in safe control and register in .aspx page so put dataview ID in the tag , but when I want run the page saw this error....&lt;br&gt;&lt;br&gt;Object reference not set to an instance of an object&lt;br&gt;&lt;br&gt;[NullReferenceException: Object reference not set to an instance of an object.]&lt;br&gt;   DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +47&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +131&lt;br&gt;   System.Web.UI.Control.LoadRecursive() +131&lt;br&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Jamal From SPS Persia</description>
		<content:encoded><![CDATA[<p>Hi<br />I&#39;m SharePoint Developer. Thanks alots of your post. I needed a way to populate the sub site&#39;s task list data in dataview that find your post. I copy the .dll in gac and added in safe control and register in .aspx page so put dataview ID in the tag , but when I want run the page saw this error&#8230;.</p>
<p>Object reference not set to an instance of an object</p>
<p>[NullReferenceException: Object reference not set to an instance of an object.]<br />   DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106<br />   System.Web.UI.Control.LoadRecursive() +47<br />   System.Web.UI.Control.LoadRecursive() +131<br />   System.Web.UI.Control.LoadRecursive() +131<br />   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436</p>
<p>Thanks<br />Jamal From SPS Persia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hany</title>
		<link>http://sharepointmagazine.net/technical/development/populating-data-sources-in-code/comment-page-1#comment-199</link>
		<dc:creator>Hany</dc:creator>
		<pubDate>Wed, 06 Aug 2008 19:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=12#comment-199</guid>
		<description>how to make query like list1.title=list2.title</description>
		<content:encoded><![CDATA[<p>how to make query like list1.title=list2.title</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hany</title>
		<link>http://sharepointmagazine.net/technical/development/populating-data-sources-in-code/comment-page-1#comment-89</link>
		<dc:creator>Hany</dc:creator>
		<pubDate>Wed, 06 Aug 2008 13:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=12#comment-89</guid>
		<description>how to make query like list1.title=list2.title</description>
		<content:encoded><![CDATA[<p>how to make query like list1.title=list2.title</p>
]]></content:encoded>
	</item>
</channel>
</rss>
