<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Question about DataSource objects</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Question about DataSource objects</description>
  <pubDate>Sun, 12 Apr 2026 22:41:10 -700</pubDate>
  <lastBuildDate>Mon, 16 Jul 2007 11:04:06 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=264</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Question about DataSource objects :  Shortly after I emailed you,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=264&amp;PID=586#586</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=20" rel="nofollow">Customer</a><br /><strong>Subject:</strong> 264<br /><strong>Posted:</strong> 16-Jul-2007 at 11:04am<br /><br /><DIV dir=ltr align=left><SPAN =277142321-20042007><DIV dir=ltr align=left><SPAN =078285820-20042007><FONT face=Arial color=#0000ff size=2>Shortly after I emailed you, I did the same construction in order to eliminate any kind of data source folder/file thing.&nbsp; I tested it and it worked great.&nbsp; I will need to go back to earlier code and try to determine what exactly&nbsp;was creating these files.&nbsp; It may not even be related to DevForce, so I apologize for my premature cry for help.</FONT></SPAN></DIV></SPAN></DIV><DIV dir=ltr align=left><SPAN =277142321-20042007></SPAN>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 16 Jul 2007 11:04:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=264&amp;PID=586#586</guid>
  </item> 
  <item>
   <title>Question about DataSource objects : When I configure a binding source...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=264&amp;PID=585#585</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=21" rel="nofollow">IdeaBlade</a><br /><strong>Subject:</strong> 264<br /><strong>Posted:</strong> 16-Jul-2007 at 11:01am<br /><br /><SPAN =875485015-20042007><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2>When I configure a binding source to support a particular binding manager, I just set the DataSource property of the binding source to something that will populate it with the entities of interest.</FONT></SPAN><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2>For example, I might have a line of code that reads:</FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2>orderSummaryBindingSource.DataSource = mPm.GetEntities&lt;OrderSummary&gt;();</FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2>or perhaps </FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2>EntityList&lt;OrderSummary&gt; orders;</FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2>orders = mPm.GetEntities&lt;OrderSummary&gt;();</FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2>orderSummaryBindingSource.DataSource = orders;</FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2>where mPm is a PersistenceManager instance.</FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT face=Arial color=#0000ff size=2>I guess I don't understand why you think you need to create distinct DataSource objects to populate binding sources.&nbsp; If you could explain this to me then perhaps I would better understand your difficulty.</FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN =277142321-20042007><FONT color=#0000ff></FONT></SPAN>&nbsp;</DIV></SPAN>]]>
   </description>
   <pubDate>Mon, 16 Jul 2007 11:01:17 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=264&amp;PID=585#585</guid>
  </item> 
  <item>
   <title>Question about DataSource objects : I have a model project that I...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=264&amp;PID=584#584</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=20" rel="nofollow">Customer</a><br /><strong>Subject:</strong> 264<br /><strong>Posted:</strong> 16-Jul-2007 at 10:59am<br /><br /><DIV><FONT face=Arial size=2><SPAN =875485015-20042007>I have a model project that I have added as a reference to my UI project.&nbsp; When&nbsp;I want to&nbsp;setup a bindingsource to a specific business object I have to go through the procedure of creating a new datasource.&nbsp; This has created a proliferation of datasource objects in my project that I don't really think&nbsp;are necessary (my 'thinking' may be the whole problem).&nbsp; Couldn't I somehow work around this situation?&nbsp; I see no data source folders or files anywhere&nbsp;in the Cabana application source code.</SPAN></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 16 Jul 2007 10:59:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=264&amp;PID=584#584</guid>
  </item> 
 </channel>
</rss>