when i click choose file button i get file dialog box upper with only csv file .and i select some csv file the file path display in my textbox1 and when i click submit button i need to insert the file data into MySql database table .
i had a problem in bulkcopy .how i insert the csv file data into MySql database table. my table name is "aster_user"
here my code: