Hello all!
I'm building a vb.net program that performs the following:
Downloads (intranet) from web form
Saves the file in the local folder C:\program files\Transfer\
As: New_TEST.MDB
Overwriting New_TEST.MDB that already exists within the local computer.
The problem is that when I link to the web page it opens TEST.MDB off the web form.
Does anyone have a quick and easy way to do this in VB.NET? Or even a suggestion on how to get this working?
Many many thanks.
- L
I'm building a vb.net program that performs the following:
Downloads (intranet) from web form
Saves the file in the local folder C:\program files\Transfer\
As: New_TEST.MDB
Overwriting New_TEST.MDB that already exists within the local computer.
The problem is that when I link to the web page it opens TEST.MDB off the web form.
Does anyone have a quick and easy way to do this in VB.NET? Or even a suggestion on how to get this working?
Many many thanks.
- L