showing message box on control’s modal popup extender
I have a control inside a page that has the following modal popup extender:
There’s a dropdown displaying 1-10 from where the user selects the number of textboxes he wants – if he chooses unlimited, it shows him a textbox wherein he enters the exact number of textboxes he’d like. if he enters 40, it shows him 40 textboxes which are created at runtime.
I’m working on a python script that starts several processes and database connections. Every now and then I want to kill the script with a Ctrl+C signal, and I’d like to do some cleanup.