hello folks.
i have saved the values of
unique_ID.text
textbox1.text
textbox2.text
textbox3.text
textbox4.text
textbox5.text
textbox6.text
in columns
column_ID and column_1 to column_6
in a table table_1 in database db_1.
Now I want to update some values. but for that i want to show the values of column_1 to column_6 in textboxes
textbox1.text
textbox2.text
textbox3.text
textbox4.text
textbox5.text
textbox6.text
against a specific ID.
i can search specific ID entered in a textbox but the result is in datagridveiw which i dont want. i want them to fill the textboxes for updation. I hope i made clear the whole scene.