↧
missing row in datagrid
heres the code that populates the tablePrivateSub process_gvmoi(ByVal inFile AsString, ByVal outFile AsString)Dim ifs As FileStream'Dim ofs As FileStreamifs = New FileStream(inFile, FileMode.Open,...
View Articlemissing row in datagrid
for some reason i am missing a row in the datagrid; the row is present in the table.first i have a method which inserts multiple rows in the table using the 'insert into' so the first row that is...
View Article