Is it possible to update the dialog boxes (like username & password) on a webpage that is opened through labview? My goal is to upload experimental data onto the webpage as a part of automation?
Editing a web page is considerably different than logging in. ActiveX will not do it. You must physically replace a file on the server that's proving the page. The HTTP protocol is not designed to handle this type of transaction.