Ask a Question related to ASP.NET General, Design and Development.
-
Roland Wolters #1
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
-
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... -
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... -
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... -
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... -
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... -
Saravana #2
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...user> 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. Thewant> 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> 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
-
Tig #3
Re: Child & Parent forms
Roland Wolters <Roland@wolters-ict.nl> wrote in message news:<Xns93C17B2AAF62ARolandwoltersictnl@207.46.24 8.16>...
Take a look in my message in Experts Exchange:> 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?
[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
-
Roland Wolters #4
Re: Child & Parent forms
"Saravana" <saravank@sct.co.in> wrote in
news:#oLTA#QUDHA.940@TK2MSFTNGP11.phx.gbl:
Thanx! This looks very Cool!> 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...> user>> 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> want>> 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>>> 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
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



Reply With Quote

