execute client side script + server side code for button click

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone,

Thank you in advance for your time and help.

Mine is an asp.net/C# application. I have an aspx page(parent window) which
has a link that launches a new ie window with another aspx page(child
window). The child window has a button with some server side event code for
button_click.
What I want to do is to close the child window after the server side event
code has been executed for the button click.
 
Back
Top