how to run a vb.net function from within the webbrowser control
What I need to do is this, I have generated HTML code in a webbrowser control. Now when the person clicks the view button I then need to get the value of the form input on that row and then show another windows form and pass that data to it.
Passing the data along isn't a problem my question is how the hell do i do the link??