V
Verde
I have a "page" comprised of 3 frames - top, bottom left, and bottom right
(A, B, and C).
From C (bottom right), I have a button (within a <form>), that when clicked
causes a bunch of stuff to happen in a database during postback - no
problem. What I want is for the last part of that postback logic (in the
button_Click event procedure) to somehow cause the page in frame B to
reload/refresh. That is (to oversimplify) - click a button in C and have B
reload/refresh.
How can this be done? I tried Server.Transfer and Response.Redirect - but
those both cause the page for B to show up in C... not what I want.
Thanks!
(A, B, and C).
From C (bottom right), I have a button (within a <form>), that when clicked
causes a bunch of stuff to happen in a database during postback - no
problem. What I want is for the last part of that postback logic (in the
button_Click event procedure) to somehow cause the page in frame B to
reload/refresh. That is (to oversimplify) - click a button in C and have B
reload/refresh.
How can this be done? I tried Server.Transfer and Response.Redirect - but
those both cause the page for B to show up in C... not what I want.
Thanks!