I dont know this programe name what ever u say........
Suppose you have a html page save in c:\first.html
first.html page contain two text boxes one for username and password and one button whenever we click on button it validate the username and password which is already pass in the source code...........
Suppose you have a Form in vb.net which have two text boxes and button in vb.net when u will click on button that first.html page open in a browswer and i m using this property:-
system.diagonistics.process.start("c:/first.html")
=========
Here my question Starts
================
I want to know that in vb.net there are two text boxes .......at run time we put the values in the text boxes and when we click on button that html page open and validate the username and password the from the vb.net .........
-------------------------
or simply u can say that how we transer vb.net value to html page.........