Hi,
When adding data in a new row in my DataGridView, I need to automatically assign the COUNTRY column, country value from the previous row or a value from a textbox. How do I achieve this using VB.NET? Also , How save the record only if more than one column is populated in new row added?
Thanks,
Victor
Dim newCustomersRow As DataRow = DataSet1.Tables("Customers
newCustomersRow("CustomerI
newCustomersRow("COUNTRY")
DataSet1.Tables("Customers
DataSet1.Tables(0)(ds.Tabl