Search

You searched for the word(s): userid:835728

Matching Posts

  • Re: Using Dynamic Data on Hierarchical (nested) Objects

    Any nested object. For example, a Customer object: Customer -Name --FirstName --MiddleInitial --LastName -Address --AddressLine1 --City --State --Zip -Contacts[] // This is a collection of Contact objects --Name ---FirstName ... --EmailAddress[] // This is a collection of strings representing the email addresses --Phones[] // This is a collection of phone objects ---AreaCode ---Number ---Extension ---PhoneType
    Posted to ASP.NET Futures (Forum) by Jared2008 on 12/6/2008
  • Using Dynamic Data on Hierarchical (nested) Objects

    Hi, I have been playing around with the Sample Site that comes with the Futures release. I noticed that there is the ability to generate a UI 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?
    Posted to ASP.NET Futures (Forum) by Jared2008 on 11/7/2008
Page 1 of 1 (2 items)