I have a WebBrowser control on my WinForm, within which I'm showing a dialog box with jQuery that contains a text area and a button labeled "save", the purpose of which is to obtain data from a user.
When the user clicks the save button I wish to retrieve the text in a text area and store it in a variable in my WinForm application.
Is this possible: jQuery function returning a value to a WinForm application?