I have a form with a text box, button, and a datagridview. I want to populate the datagridview by running a stored procedure that uses the value in the textbox as a parameter executes the stored procedure and then populates the datagridview. I am new so as much info would be great. An example would be AWESOME.