<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>BindingSource and BindingList Of T - DataBinding made simple!</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/12/394438.aspx</link><description>In Whidbey we have new classes: BindingSource and BindingList&amp;lt;T&amp;gt; which should make DataBinding really easy even when binding to business objects. Main advantages are: - BindingSource hooks on to property changes of the current item and fires ListChanged</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>BindingList&amp;amp;lt;&amp;amp;gt; frustration</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/12/394438.aspx#424810</link><pubDate>Fri, 03 Jun 2005 16:13:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:424810</guid><dc:creator>Swarticus</dc:creator><description>There is a new set of helper classes implemented in the Windows Forms 2.0 that I am currently attempting to work with named BindingSource and BindingList. Basically they simplify the process of data binding objects to controls.&lt;br&gt;&lt;br&gt;Unfortunately, most tutor</description></item><item><title>re: BindingSource and BindingList Of T - DataBinding made simple!</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/12/394438.aspx#545089</link><pubDate>Tue, 07 Mar 2006 09:36:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:545089</guid><dc:creator>staceyw</dc:creator><description>If you put a blank Grid on a form, what do you have to do to it to get this to work. &amp;nbsp;I don't see anything happen. &amp;nbsp;TIA</description></item><item><title>Binding to a list of rows with a list of columns</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/12/394438.aspx#712792</link><pubDate>Tue, 22 Aug 2006 19:02:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:712792</guid><dc:creator>Laughing_John</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;I want to spin up my own version of a datatable to allow me to do virtual loading of the data.&lt;br&gt;&lt;br&gt;Therefor I have a list of rows with a list of fields. &lt;br&gt;&lt;br&gt;So I've got&lt;br&gt;&lt;br&gt;List of Rows&lt;br&gt; &amp;nbsp; List of Fields&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Field1&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Field2&lt;br&gt;&lt;br&gt;etc.&lt;br&gt;&lt;br&gt;How can I make my mode bindable ? Do I need to inherit Ilist for both lists, and what do I do with each field which will have name, value etc ??&lt;br&gt;&lt;br&gt;Sorry if I'm being dumb !&lt;br&gt;&lt;br&gt;LJ&lt;br&gt;</description></item><item><title>re: BindingSource and BindingList Of T - DataBinding made simple!</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/12/394438.aspx#8201212</link><pubDate>Fri, 14 Mar 2008 14:09:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8201212</guid><dc:creator>sudhi_vn</dc:creator><description>&lt;p&gt;I had an situation like this with&lt;/p&gt;
&lt;p&gt;&amp;quot;TextBox bound to business objects&amp;quot;&lt;/p&gt;
&lt;p&gt;TextBox is &amp;nbsp;handling Validating Event for some error handling. (null/empty string not allowed)&lt;/p&gt;
&lt;p&gt;So when i bind the &amp;quot;DataSource&amp;quot; to business object in genral, it clears the TextBox content. (but during initialization this TextBox initialized with &amp;quot;XYZ&amp;quot; data)&lt;/p&gt;
&lt;p&gt;i.e bindingSource1.DataSource = typeof(classX)&lt;/p&gt;
&lt;p&gt;So i want to ignore this case (also handle the Validating Event which deals at UI level).&lt;/p&gt;
&lt;p&gt;Anybody faced this situation and how it is resolved.&lt;/p&gt;
&lt;p&gt;I have tried with&lt;/p&gt;
&lt;p&gt;bindingSource1.Clear()&lt;/p&gt;
&lt;p&gt;bindingSource1.RemoveCurrent(). But all this have impact with TextBox. &lt;/p&gt;
</description></item><item><title>Databinding Basics &amp;laquo; Rams On It - .NET</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/12/394438.aspx#8447879</link><pubDate>Fri, 02 May 2008 02:35:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8447879</guid><dc:creator>Databinding Basics &amp;laquo; Rams On It - .NET</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://ramsonit.wordpress.com/2008/05/01/databinding-basics/"&gt;http://ramsonit.wordpress.com/2008/05/01/databinding-basics/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Custom Object Bound To Combobox | keyongtech</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/12/394438.aspx#9338162</link><pubDate>Sun, 18 Jan 2009 19:30:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9338162</guid><dc:creator>Custom Object Bound To Combobox | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/680617-custom-object-bound-to-combobox"&gt;http://www.keyongtech.com/680617-custom-object-bound-to-combobox&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Need help creating list of business objects | keyongtech</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/12/394438.aspx#9362997</link><pubDate>Thu, 22 Jan 2009 08:05:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9362997</guid><dc:creator>Need help creating list of business objects | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/658001-need-help-creating-list-of"&gt;http://www.keyongtech.com/658001-need-help-creating-list-of&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> DC s Net Client Blogs BindingSource and BindingList Of T | Paid Surveys</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/12/394438.aspx#9650449</link><pubDate>Fri, 29 May 2009 02:25:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9650449</guid><dc:creator> DC s Net Client Blogs BindingSource and BindingList Of T | Paid Surveys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://paidsurveyshub.info/story.php?title=dc-s-net-client-blogs-bindingsource-and-bindinglist-of-t"&gt;http://paidsurveyshub.info/story.php?title=dc-s-net-client-blogs-bindingsource-and-bindinglist-of-t&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> DC s Net Client Blogs BindingSource and BindingList Of T | fire pit</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/12/394438.aspx#9747471</link><pubDate>Sun, 14 Jun 2009 06:22:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9747471</guid><dc:creator> DC s Net Client Blogs BindingSource and BindingList Of T | fire pit</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://firepitidea.info/story.php?id=542"&gt;http://firepitidea.info/story.php?id=542&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>