Hi,
Before you shoot me, I shud let u know Im a beginner in VB
I set my DataGridView with the designer, pointed it to a stored procedure, which, worked, and this leaves me confused because I don't know how to do the next task..
I have a textbox, with a button. When the button is clicked, the text inside textbox is sent to the sql stored procedure, results come back, how do I update the DataGridView, where do I stick in the sqlDataReader results inside the dataGridView? I'm aware it has to be via code, but hey, which API?
Regards