-1
votes
votes
1 answers
“Databind is not a member of system.windows.forms.datagridview”
Imports system.IO Public Class ExcelImpoter Private Sub btnexcelfile_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnexcelfile.Click Dim excelfilepath As FileInfo = New FileInfo("E:\Exp ...
