Master - Detail Examples

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Demetri

    Master - Detail Examples

    Does anyone know of any good master-detail examples? I'm looking for as simple as you can get - with the ability to edit, add, and delete records.

    My trouble is that the main table i'm working with has a bazillion fields so therefore a datagrid would grow way too wide for the page and would look tacky. Therefore I want the datagrid to have only 4 or 5 basic fields and when a user clicks on one of the rows - below the grid there will be a datalist which will have more detailed information and allow edit, and delete.

    Where it get's really hairy is how to do this with as little code as possible - so I am trying to let my data adapters and datasets handle the updates and such as much as possible.

    Anyone know of any good examples with regards to what I've described?
  • Saravana [MVP]

    #2
    Re: Master - Detail Examples

    You can check out these two articles, this might help you.


    x

    --
    Saravana
    Microsoft MVP - ASP.NET




    "Demetri" <anonymous@disc ussions.microso ft.com> wrote in message
    news:DDACACD6-1E5C-4F0F-A638-0B508ECA0451@mi crosoft.com...[color=blue]
    > Does anyone know of any good master-detail examples? I'm looking for as[/color]
    simple as you can get - with the ability to edit, add, and delete records.[color=blue]
    >
    > My trouble is that the main table i'm working with has a bazillion fields[/color]
    so therefore a datagrid would grow way too wide for the page and would look
    tacky. Therefore I want the datagrid to have only 4 or 5 basic fields and
    when a user clicks on one of the rows - below the grid there will be a
    datalist which will have more detailed information and allow edit, and
    delete.[color=blue]
    >
    > Where it get's really hairy is how to do this with as little code as[/color]
    possible - so I am trying to let my data adapters and datasets handle the
    updates and such as much as possible.[color=blue]
    >
    > Anyone know of any good examples with regards to what I've described?[/color]


    Comment

    • Saravana [MVP]

      #3
      Re: Master - Detail Examples

      You can check out these two articles, this might help you.


      x

      --
      Saravana
      Microsoft MVP - ASP.NET




      "Demetri" <anonymous@disc ussions.microso ft.com> wrote in message
      news:DDACACD6-1E5C-4F0F-A638-0B508ECA0451@mi crosoft.com...[color=blue]
      > Does anyone know of any good master-detail examples? I'm looking for as[/color]
      simple as you can get - with the ability to edit, add, and delete records.[color=blue]
      >
      > My trouble is that the main table i'm working with has a bazillion fields[/color]
      so therefore a datagrid would grow way too wide for the page and would look
      tacky. Therefore I want the datagrid to have only 4 or 5 basic fields and
      when a user clicks on one of the rows - below the grid there will be a
      datalist which will have more detailed information and allow edit, and
      delete.[color=blue]
      >
      > Where it get's really hairy is how to do this with as little code as[/color]
      possible - so I am trying to let my data adapters and datasets handle the
      updates and such as much as possible.[color=blue]
      >
      > Anyone know of any good examples with regards to what I've described?[/color]


      Comment

      Working...