G
Guest
Hi,
I would like to add a <asp:button> to a webform. When user click on this
button, the page will connect to SQL server and update tables, then the
browser window will be closed.
I know how to connect to SQL server and update tables but I don't know how
to close browser window after that. The SQL server part is on the server
side, closing window is on client side.
TIA
I would like to add a <asp:button> to a webform. When user click on this
button, the page will connect to SQL server and update tables, then the
browser window will be closed.
I know how to connect to SQL server and update tables but I don't know how
to close browser window after that. The SQL server part is on the server
side, closing window is on client side.
TIA