.net - Best way of expressing Master-Detail in this way? -


I have a master-extension relationship, basically I have a list of states and there is a list of states per state.

  • li>

  • Oklahoma City

  • Arizona
  • Phoenix

  • etc etc

  • and more.

    The city's name and state name is stored in different cities containing state_id

    in each city. For the question, using the subSonic 3 (ActivateCorrect) I am here. (Using the Object Data Processing database)

    What would be the best way to do this in an ASP.NET page? The only idea I can think of is complex nested databasing that I can not get to work.

    Not sure how easy you will do with the following suggestions:

    Nested Using repeaters to display data:

    Working with nested data:

    If you only want to display nested data and do not edit / update it, then Repeaters can be good choices.

    You can use the ul li tag for the layout of your choice.

    Hope it helps!


    Comments

    Popular posts from this blog

    Eclipse CDT variable colors in editor -

    AJAX doesn't send POST query -

    wpf - Custom Message Box Advice -