<?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>Data Binding to Custom Objects</title><link>http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.aspx</link><description>I’m back! I apologize for my lack of recent blogging, but this post should help make up for that. We’ll be discussing data binding to custom collection objects. After reading my blog on building your own data bound controls , you’ll know that I like to</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Data Binding to Custom Objects</title><link>http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.aspx#601026</link><pubDate>Thu, 18 May 2006 18:04:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:601026</guid><dc:creator>Ron Krauter</dc:creator><description>Hi,
&lt;br&gt;I need to read this article again. From what I understand, you are demonstrating how to bind to custom objects. Why didn't you use a List&amp;lt;Company&amp;gt;
&lt;br&gt;where Company is 
&lt;br&gt;public class Company {
&lt;br&gt;	public string Name {...}
&lt;br&gt;	public string Address {...}
&lt;br&gt;	public string City {...}
&lt;br&gt;	public string State{...}
&lt;br&gt;	public string Zip{...}
&lt;br&gt;}
&lt;br&gt;
&lt;br&gt;and just bind to that list? Did you do it this way to demonstrate how PropertyDescriptors work?
&lt;br&gt;
&lt;br&gt;Thanks.</description></item><item><title>re: Data Binding to Custom Objects</title><link>http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.aspx#601160</link><pubDate>Thu, 18 May 2006 21:14:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:601160</guid><dc:creator>Ron Kratuer</dc:creator><description>My previous comment did not make it through. 
&lt;br&gt;
&lt;br&gt;Why did you not simply use a List&amp;lt;Company&amp;gt; to bind to?
&lt;br&gt;
&lt;br&gt;Thanks.</description></item><item><title>More about type descriptors</title><link>http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.aspx#611194</link><pubDate>Wed, 31 May 2006 02:27:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:611194</guid><dc:creator>Mike Christensen: Web Dev Guy</dc:creator><description>The other day, one of my readers posed a question regarding my recent post “Data Binding to Custom Objects”...</description></item><item><title>re: Data Binding to Custom Objects</title><link>http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.aspx#612513</link><pubDate>Thu, 01 Jun 2006 05:52:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:612513</guid><dc:creator>mikechr</dc:creator><description>Thanks for the comments Ron, yea I got this question from a few different people. &amp;nbsp;I just posted an article explaining how to use the &amp;quot;default property descriptors&amp;quot; so you don't need to write all your own code. &amp;nbsp;You're correct, my article explains how property descriptors work internally, but the example was probably oversimplified and there's easier ways to do that. &amp;nbsp;Thanks!&lt;br&gt;&lt;br&gt;Mike</description></item><item><title>Custom Databinding using Property Descriptors</title><link>http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.aspx#776882</link><pubDate>Fri, 29 Sep 2006 16:00:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:776882</guid><dc:creator>Sajay Antony</dc:creator><description>Creating large flat classes for data binding is one way of doing things. But you should check out this...</description></item><item><title>Inner view of Grid View(How it works)</title><link>http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.aspx#834862</link><pubDate>Tue, 17 Oct 2006 16:21:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:834862</guid><dc:creator>Inovation needs Passion </dc:creator><description>&lt;p&gt;Check below article written by Mike &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.aspx"&gt;http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Data Binding to Custom Objects</title><link>http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.aspx#1202816</link><pubDate>Mon, 04 Dec 2006 08:54:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1202816</guid><dc:creator>Vinay</dc:creator><description>&lt;P&gt;Great one.&lt;/P&gt;
&lt;P&gt;I'm working on a similar functionality. But I have included textboxes in the GridView(ItemTemplates). Need to provide an update option to it. Please help me how to do a Reverse DataBinding. I hope I'm clear on this.&lt;/P&gt;
&lt;P&gt;Many Thanks,&lt;/P&gt;
&lt;P&gt;Vinay&lt;/P&gt;</description></item></channel></rss>