2
Answers

how to run a vb.net function from within the webbrowser control

Matthew Bagley

Matthew Bagley

15y
3.3k
1
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??

Answers (2)
0
Matthew Bagley

Matthew Bagley

NA 9 0 15y
clearly you miss-understood the question as the code you posted is a simple hyperlink.


0
Rolando

Rolando

NA 67 0 15y
<a href="mypage.html">link</a>