Display Parent and Child Fields Together

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Display Parent and Child Fields Together

    Hi all,

    I try this example from Microsoft site but it did not show anything on form
    Does any one know why?

    Here is the link:
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;308057[/url]

    Thanks
    Tung Nguyen
    TOI DAY Guest

  2. Similar Questions and Discussions

    1. Parent and Child URL display
      Hi I?m using Dreamweaver MX, ASPVB and Access 2000. I?m reasonably new to web building and this is my first major project. I want to send...
    2. Parent/Child relations - Trying to access child control for save
      I have a parent datagrid that has my customer information. For each customer I have a child datagrid with all their part information. In the...
    3. removing a child from a parent
      is it possible to remove a child from a parent WITHOUT removing it from the world? if I set its parent to VOID it removes it from the world. I want...
    4. Use Parent Column in Child?
      Is there a way to retrieve a column from the parent table of a relationship and display it in the child data control? In my case, I'd like to show a...
    5. Transferring from parent to child
      I was given some direction about a loop step, but I need help with step syntax within the loop. The following is what I have so far, it presently...
  3. #2

    Default Re: Display Parent and Child Fields Together

    At the end add DataGrid1.DataBind();

    "TOI DAY" <ntuyen01@yahoo.com> wrote in message
    news:e2154be7.0307081146.4b6c78d2@posting.google.c om...
    > Hi all,
    >
    > I try this example from Microsoft site but it did not show anything on
    form
    > Does any one know why?
    >
    > Here is the link:
    > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;308057[/url]
    >
    > Thanks
    > Tung Nguyen

    fadi Guest

  4. #3

    Default Re: Display Parent and Child Fields Together

    Hi fadi,
    I did add DataGrid1.DataBind(); at the end, I shoe me what I need but
    it does not show the "+" or "-" sign as it said in the document.
    Any idea.

    Thanks in advance.

    Tung Nguyen

    "fadi" <fadiz@nospam.com> wrote in message news:<ujpvc3lRDHA.2408@TK2MSFTNGP10.phx.gbl>...
    > At the end add DataGrid1.DataBind();
    >
    > "TOI DAY" <ntuyen01@yahoo.com> wrote in message
    > news:e2154be7.0307081146.4b6c78d2@posting.google.c om...
    > > Hi all,
    > >
    > > I try this example from Microsoft site but it did not show anything on
    > form
    > > Does any one know why?
    > >
    > > Here is the link:
    > > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;308057[/url]
    > >
    > > Thanks
    > > Tung Nguyen
    TOI DAY Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139