I have an iframe on a usercontrol. I need to print webpage which I load on iframe dynamically. I am able to reach this far. But I am not able to makeout whether user has actually printed or not.
I have javascript function print() called in the webpage on iframe.
When print dialog is displayed, I need to know whether user selected OK(to print) or cancel and pass the same back to usercontrol.
Any ideas as to how this can be done. Thanks in advance.
I have javascript function print() called in the webpage on iframe.
When print dialog is displayed, I need to know whether user selected OK(to print) or cancel and pass the same back to usercontrol.
Any ideas as to how this can be done. Thanks in advance.