Create a row based on a row in a database
So look, I know that this is probably basic, but I SWEAR to have searched on the internet how to do this and I did not find answers. Basically what I'm looking for, is to make my program search a database for a specific Row by its id and then be printed in a datagridview
(For example 'I put 12321 in search and the exact result is printed as a row in a DataGridView)
I really can not explain myself anymore because I do not have the code that I already have at hand.
In case you take your time answering my question I really appreciate it.