D
David C
I have an asp.net page that I am opening via javascript using
window.open(....) that pops up on top of the opener page. This page contains
a single FormView that opens in Edit Mode so that user can update the
selected task. However, when I click the Update LinkButton, it saves the
changes and closes the window, even though there is no javascript closing it
when that happens. The FormView only has EditTemplate and InsertTemplate
because I have no need to just view it. Is that why the page is closing?
How can I keep the page open after the Update command completes? Thanks.
David
window.open(....) that pops up on top of the opener page. This page contains
a single FormView that opens in Edit Mode so that user can update the
selected task. However, when I click the Update LinkButton, it saves the
changes and closes the window, even though there is no javascript closing it
when that happens. The FormView only has EditTemplate and InsertTemplate
because I have no need to just view it. Is that why the page is closing?
How can I keep the page open after the Update command completes? Thanks.
David