calling a method from the browser control
I have an C# app. with browser control.When a user click a button in the app, I display a html/java script form page and when a user clicks submit, I would like to call a C# method in the application.
I would like to know how to call a local method in the app using the sumbit button in the html page in the browser control. Is that possible.
thanks
Dave.