P
pmclinn
A while back I wrote a .net application that imports data from .csv
files. The file was written as a vb.net form project. Users use a file
dialog box to select the file to import, and the file is parsed and
then inserted into a database. Now I want to transition this form
program to the web(intranet).
Does anyone have an example of an aspx file dialog box that allows a
user to select a file on there desktop (csv) and then publish the
results to a DB on a server?
files. The file was written as a vb.net form project. Users use a file
dialog box to select the file to import, and the file is parsed and
then inserted into a database. Now I want to transition this form
program to the web(intranet).
Does anyone have an example of an aspx file dialog box that allows a
user to select a file on there desktop (csv) and then publish the
results to a DB on a server?