<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>ASP.NET Futures</title><link>http://forums.asp.net/1127.aspx</link><description>Use this forum to discuss ASP.NET AJAX Extensions, Dynamic Data Controls, Silverlight Controls for ASP.NET, ASP.NET Dynamic Language Support, and Search and Diagnostics Application Services.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Using Dynamic Data on Hierarchical (nested) Objects</title><link>http://forums.asp.net/thread/3436297.aspx</link><pubDate>Thu, 01 Oct 2009 19:51:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3436297</guid><dc:creator>Jared2008</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3436297.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=3436297</wfw:commentRss><description>&lt;p&gt;Never did get this working with Dynamic Data. If I remember correctly, I found out that this was not supported by Dynamic Data at the time I posted this. I have not looked at Dynamic Data in a while though. It may be supported now. Anybody know?&lt;/p&gt;</description></item><item><title>Re: Using Dynamic Data on Hierarchical (nested) Objects</title><link>http://forums.asp.net/thread/3435755.aspx</link><pubDate>Thu, 01 Oct 2009 14:22:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3435755</guid><dc:creator>victorb4u</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3435755.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=3435755</wfw:commentRss><description>&lt;p&gt;have you?&lt;/p&gt;</description></item><item><title>Re: Using Dynamic Data on Hierarchical (nested) Objects</title><link>http://forums.asp.net/thread/3188423.aspx</link><pubDate>Tue, 26 May 2009 15:50:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3188423</guid><dc:creator>nbruckelmyer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3188423.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=3188423</wfw:commentRss><description>&lt;p&gt;Have you figured out how to get this working?&lt;/p&gt;</description></item><item><title>Re: Using Dynamic Data on Hierarchical (nested) Objects</title><link>http://forums.asp.net/thread/2790467.aspx</link><pubDate>Sat, 06 Dec 2008 20:40:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2790467</guid><dc:creator>Jared2008</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2790467.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2790467</wfw:commentRss><description>&lt;p&gt;Any nested object. For example, a Customer object:&lt;/p&gt;
&lt;p&gt;Customer&lt;/p&gt;
&lt;p&gt;&amp;nbsp; -Name&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --FirstName&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --MiddleInitial&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --LastName&lt;/p&gt;
&lt;p&gt;&amp;nbsp; -Address&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --AddressLine1&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --City&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --State&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --Zip&lt;/p&gt;
&lt;p&gt;&amp;nbsp; -Contacts[]&amp;nbsp; // This is a collection of Contact objects&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --Name&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---FirstName&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --EmailAddress[] // This is a collection of strings representing the email addresses&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --Phones[] // This is a collection of phone objects&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---AreaCode&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---Number&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---Extension&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---PhoneType&lt;/p&gt;</description></item><item><title>Re: Using Dynamic Data on Hierarchical (nested) Objects</title><link>http://forums.asp.net/thread/2789907.aspx</link><pubDate>Sat, 06 Dec 2008 10:22:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2789907</guid><dc:creator>codemobile</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2789907.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2789907</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Which type of Heirarchical data structure you are using ?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Using Dynamic Data on Hierarchical (nested) Objects</title><link>http://forums.asp.net/thread/2732399.aspx</link><pubDate>Fri, 07 Nov 2008 21:51:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2732399</guid><dc:creator>Jared2008</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2732399.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1127&amp;PostID=2732399</wfw:commentRss><description>&lt;p&gt;Hi, I have been playing around with the&amp;nbsp;Sample Site that comes with the Futures release. I noticed that there is the ability to generate a UI&amp;nbsp;from a simple object, but I have not seen an easy way to modify this and generate a hierarchical UI (TreeView) from a complex nested object. Are there any plans to add this? Or does anyone have any guidance on the best way for me to do this myself? Or am I barking up the wrong tree by attempting to use the dynamic data framework for this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>