Child & Parent forms

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

  1. #1

    Default Child & Parent forms

    Hi,


    I have parent-form that displays a list of product-details. When the user
    clicks on a line a child form opens that displays further details. The user
    then can alter these details. On the child-form is a button that the user
    uses to update the data in the database. At the click of this button I want
    to close the child-form AND update the list displayed on the parent-form.

    At thsi point the user needs to re-load the parent-form but he complaints
    that that is confusing. Well he, being a paying customer , is right :-)

    So, how can I achive this?


    --
    Roland Wolters
    Homepage: [url]http://www.wolters-ict.nl[/url]
    Weblog : [url]http://www.roland.135.it[/url]
    Please reply to newsgroups only. Thanks.
    Roland Wolters 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. 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...
    4. Parent/Child Relationship
      Using VS 2003, VB.NET, sql msde... This is really a question about a winform datagridcontrol (if there is a better newsgroup for these winform...
    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: Child & Parent forms

    Check out this article, here i am opening a pop up window which is very
    similar to opening child window. Then i am updating the value back in the
    main form. I hope this helps you.
    [url]http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx[/url]

    --
    Saravana
    Microsoft India Community Star,
    MCAD,SE,SD,DBA.


    "Roland Wolters" <Roland@wolters-ict.nl> wrote in message
    news:Xns93C17B2AAF62ARolandwoltersictnl@207.46.248 .16...
    > Hi,
    >
    >
    > I have parent-form that displays a list of product-details. When the user
    > clicks on a line a child form opens that displays further details. The
    user
    > then can alter these details. On the child-form is a button that the user
    > uses to update the data in the database. At the click of this button I
    want
    > to close the child-form AND update the list displayed on the parent-form.
    >
    > At thsi point the user needs to re-load the parent-form but he complaints
    > that that is confusing. Well he, being a paying customer , is right :-)
    >
    > So, how can I achive this?
    >
    >
    > --
    > Roland Wolters
    > Homepage: [url]http://www.wolters-ict.nl[/url]
    > Weblog : [url]http://www.roland.135.it[/url]
    > Please reply to newsgroups only. Thanks.

    Saravana Guest

  4. #3

    Default Re: Child & Parent forms

    Roland Wolters <Roland@wolters-ict.nl> wrote in message news:<Xns93C17B2AAF62ARolandwoltersictnl@207.46.24 8.16>...
    > Hi,
    >
    >
    > I have parent-form that displays a list of product-details. When the user
    > clicks on a line a child form opens that displays further details. The user
    > then can alter these details. On the child-form is a button that the user
    > uses to update the data in the database. At the click of this button I want
    > to close the child-form AND update the list displayed on the parent-form.
    >
    > At thsi point the user needs to re-load the parent-form but he complaints
    > that that is confusing. Well he, being a paying customer , is right :-)
    >
    > So, how can I achive this?
    Take a look in my message in Experts Exchange:

    [url]http://www.experts-exchange.com/Web/WebDevSoftware/Visual_Interdev/Q_20684340.html[/url]

    Although the requirements are different, the concept is the same.
    Except in your case you'd probably want to call
    window.opener.__dopostback()

    Tig
    Tig Guest

  5. #4

    Default Re: Child & Parent forms

    "Saravana" <saravank@sct.co.in> wrote in
    news:#oLTA#QUDHA.940@TK2MSFTNGP11.phx.gbl:
    > Check out this article, here i am opening a pop up window which is
    > very similar to opening child window. Then i am updating the value
    > back in the main form. I hope this helps you.
    > [url]http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx[/url]
    >
    > --
    > Saravana
    > Microsoft India Community Star,
    > MCAD,SE,SD,DBA.
    >
    >
    > "Roland Wolters" <Roland@wolters-ict.nl> wrote in message
    > news:Xns93C17B2AAF62ARolandwoltersictnl@207.46.248 .16...
    >> Hi,
    >>
    >>
    >> I have parent-form that displays a list of product-details. When the
    >> user clicks on a line a child form opens that displays further
    >> details. The
    > user
    >> then can alter these details. On the child-form is a button that the
    >> user uses to update the data in the database. At the click of this
    >> button I
    > want
    >> to close the child-form AND update the list displayed on the
    >> parent-form.
    >>
    >> At thsi point the user needs to re-load the parent-form but he
    >> complaints that that is confusing. Well he, being a paying customer ,
    >> is right :-)
    >>
    >> So, how can I achive this?
    >>
    >>
    >> --
    >> Roland Wolters
    >> Homepage: [url]http://www.wolters-ict.nl[/url]
    >> Weblog : [url]http://www.roland.135.it[/url]
    >> Please reply to newsgroups only. Thanks.
    >
    >
    >
    Thanx! This looks very Cool!

    --
    Roland Wolters
    Homepage: [url]http://www.wolters-ict.nl[/url]
    WebLog : [url]http://www.roland.135.it[/url]
    Please reply to newsgroups only. Thanks.
    Roland Wolters 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