vb.net - load data from datagridview with ms access -- Always get same information -
i have problem loading data datagridview ms access :
dim dt datatable = new dbconnect().selectdata(string.format("select client.clientid, client.clientname, client.clientaddress, client.clientphone, client.clientcredit client ", datagridview1.selectedrows))
this code gets information on first item in access database file .
i need that, when click on row gives me information , not information of item.
Comments
Post a Comment