<?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>Building your own data bound controls...</title><link>http://blogs.msdn.com/mikechr/archive/2006/03/31/566402.aspx</link><description>In any Web Application, you have data bound controls. The job of a data bound control is to transform your data from some arbitrary format into the format it probably should have originally been stored in. In fact, about 90% of computer code simply converts</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Templates - Part 1</title><link>http://blogs.msdn.com/mikechr/archive/2006/03/31/566402.aspx#572823</link><pubDate>Tue, 11 Apr 2006 00:53:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:572823</guid><dc:creator>Mike Christensen: Web Dev Guy</dc:creator><description>ASP.NET is, to perhaps oversimplify things, a template parser at heart.&amp;amp;amp;nbsp; An HTTP Handler (anything...</description></item><item><title>Data Binding to Custom Objects</title><link>http://blogs.msdn.com/mikechr/archive/2006/03/31/566402.aspx#600706</link><pubDate>Thu, 18 May 2006 09:20:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:600706</guid><dc:creator>Mike Christensen: Web Dev Guy</dc:creator><description>I’m back!&lt;br&gt;I apologize for my lack of recent blogging, but this post should help make up for that.&amp;amp;amp;nbsp;...</description></item><item><title>re: Building your own data bound controls...</title><link>http://blogs.msdn.com/mikechr/archive/2006/03/31/566402.aspx#601018</link><pubDate>Thu, 18 May 2006 17:55:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:601018</guid><dc:creator>Ron Krauter</dc:creator><description>Great article.&lt;br&gt;&lt;br&gt;Why are you calling controls[1].Render();&lt;br&gt;&lt;br&gt;After you assign a datasource, I normally call&lt;br&gt;controls[1].DataBind();&lt;br&gt;&lt;br&gt;Please explain the difference.</description></item><item><title>re: Building your own data bound controls...</title><link>http://blogs.msdn.com/mikechr/archive/2006/03/31/566402.aspx#612517</link><pubDate>Thu, 01 Jun 2006 06:05:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:612517</guid><dc:creator>mikechr</dc:creator><description>You're right - Render() does the data binding, plus writes out each item to the Console. &amp;nbsp;I could have had a DataBind() method that binds to the data source then stores the items in some sort of internal list, then a Render() or ToString() overload that writes out that list. &amp;nbsp;However, to keep the example as compact as possible I decided to just make a single Render() method that binds to the data source and dumps the results to the console. &amp;nbsp;Thanks for your comment!&lt;br&gt;&lt;br&gt;Mike</description></item><item><title>re: Building your own data bound controls...</title><link>http://blogs.msdn.com/mikechr/archive/2006/03/31/566402.aspx#3026310</link><pubDate>Fri, 01 Jun 2007 18:37:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3026310</guid><dc:creator>Michael Palmer</dc:creator><description>&lt;p&gt;&amp;quot;it’s all text based so it supports 7bit token ring networks, so you don’t have to worry about upgrading your network.&amp;quot;&lt;/p&gt;
&lt;p&gt;Is this a joke? What does that have to do with anything? What does network topology have to do with transferring SOAP text? Are you just trying to sound smart? If so, that actually makes you sound stupid. Sorry... had to say that.&lt;/p&gt;
</description></item><item><title>re: Building your own data bound controls...</title><link>http://blogs.msdn.com/mikechr/archive/2006/03/31/566402.aspx#3915119</link><pubDate>Tue, 17 Jul 2007 16:20:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3915119</guid><dc:creator>trifonius</dc:creator><description>&lt;p&gt;GREAT!!!!&lt;/p&gt;
&lt;p&gt;Highly instructive.&lt;/p&gt;
&lt;p&gt;Thanks to guys like you I keep being happy as a programmer.&lt;/p&gt;
</description></item><item><title>re: Building your own data bound controls...</title><link>http://blogs.msdn.com/mikechr/archive/2006/03/31/566402.aspx#9014959</link><pubDate>Fri, 24 Oct 2008 19:36:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9014959</guid><dc:creator>Chris McCall</dc:creator><description>&lt;p&gt;I haven't even started implementing this yet and I already love this post. Very entertaining and informative. Love the references to 7-bit Token Ring networks (the guy below who didn't get it is a humorless ass) and the overall conversational tone.&lt;/p&gt;
&lt;p&gt;Your blog just got a new fan. Keep 'em coming!&lt;/p&gt;
</description></item></channel></rss>