hi, can someone give me a very detailled tutorial on how to bind datagridview to a datasource. assume I have a datagridgrid view with the following header text: username and password. I selected data from the database doing the following:
select username, password from login
.
now how can i use this query to fill my datagridview? thanks for reading and answering