Ask a Question related to ASP.NET General, Design and Development.
-
Steve C. Orr, MCSD #1
Re: Update webform with changes in a popup form
You'll want to use Window.Opener to reference the original window.
Here's an example:
window.opener.document.reload(true);
Here's more info:
[url]http://www.mozilla.org/docs/dom/domref/dom_window_ref77.html[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"David" <centraldevelopment@nospam.com> wrote in message
news:09ed01c35da3$abc12480$a301280a@phx.gbl...> Hello
>
> I have a datalist containing customer account details
> including the customer's address all the other customer
> details can be maintained directly on this page but
> because an address can belong to multiple customer
> accounts. I maintain the address details through
> a 'popup' window. I've got it all working to this point
> its just that on update I need to refresh the data on the
> main page and have not found a way to this yet.
>
> Is it possible to refresh the data on the principal page
> on update of the popup
>
> Can anyone suggest a way to do this?
>
> Thanks
>
> David
Steve C. Orr, MCSD Guest
-
popup response form
we are using Coldfusion MX 7. On one of the pages, we want the users to show members in their family, we use cfgrid with flash format. also we want... -
How to show popup message in a webform
Hi, I am explaining the scenario of what I am trying to do: - I have a webform with some controls, from which I am taking the data. eg say... -
popup menu don't update correctly
I have a several webpage that was created via using html and images exported from Fireworks Mx to DreamweaverMX. When I use roundtrip editing to... -
Datagrid on Webform - How to update? Help
Hi, I'm using Vb.NET webform, connecting to sql server database on the local machine. I used datagrid propery builder to add the edit, update and... -
Including WebForm Image Control in a Webform Table Control
What is the code for including an image control in a Table control of a WebForm ???? regards



Reply With Quote

