<?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>DataBinding – DataGridView/BindingSource</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/09/391308.aspx</link><description>Many folks I know find DataBinding a complex thing and try to stay away from it. Here is a quick overview of DataBinding and how it relates to DataGridView (a BIG feature in Whidbey!) and BindingSource (will make life simple!). Before Whidbey a typical</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: DataBinding – DataGridView/</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/09/391308.aspx#401421</link><pubDate>Thu, 24 Mar 2005 10:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:401421</guid><dc:creator>Giorgi</dc:creator><description>there is still one problem using DataGridView/BindingSource, when I Bind textBox with BindingSource. for example if we have such binding:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;bindingSource.DataSource = dataSet;&amp;lt;br&amp;gt;bindingSource.DataMember = &amp;amp;quot;Customers&amp;amp;quot;&amp;lt;br&amp;gt;textBox.DataBindings.Add(&amp;amp;quot;Text&amp;amp;quot;, bindingSource, &amp;amp;quot;Customers.NAME&amp;amp;quot;);&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;textBox shows everything ok and we can also change the value of current row, but when doig this dataSet is not getting the changeg status and we can't determine whether dataset was changed - ((DataSet)bindingSource.DataSource).HasChanges() returns false instead of true&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;if you are known with this problem it will be good to hear how to solve this</description></item><item><title>re: DataBinding – DataGridView/BindingSource</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/09/391308.aspx#451574</link><pubDate>Sun, 14 Aug 2005 21:14:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:451574</guid><dc:creator>dchandnani</dc:creator><description>You will need to call BindingSource.EndEdit() in this case. Changing the Position of the BindingSource will also do this.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;-Dinesh</description></item><item><title>Databinding Basics &amp;laquo; Rams On It - .NET</title><link>http://blogs.msdn.com/dchandnani/archive/2005/03/09/391308.aspx#8447878</link><pubDate>Fri, 02 May 2008 02:35:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8447878</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></channel></rss>