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

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -