G
Guest
Is it possible to grab data from a javascript prompt window that is called from within a webform page with C# as the behind code? I know how to activate the prompt window by calling a routine from an html button in my webform. But I want to be able to send the reply back to the server. In other words, is it possible to create a popup or prompt window that can send data to the server