I filled a datagrid with binding the DataSource and DataMember on form1 (using iDB2DataAdaptor). When the user clicks on a row, that record is passed to form2 and put in a textbox where it can be changed. When the record is changed and they click OK, I want to pass the changed textbox data back to the datagrid and update it. My question is: How do I pass textbox information(from form2) back to the datagrid(to form1)?
PS. I am at a beginner level with VB.net and no previous VB experience.
PS. I am at a beginner level with VB.net and no previous VB experience.