Skip to content

Instantly share code, notes, and snippets.

@ezesundayeze
Last active August 23, 2016 10:59
Show Gist options
  • Save ezesundayeze/2bf7580e682d6f3f34e959fcf8be6b66 to your computer and use it in GitHub Desktop.
Save ezesundayeze/2bf7580e682d6f3f34e959fcf8be6b66 to your computer and use it in GitHub Desktop.
foreach(DataGridViewRow Row in datagridShoppingCart.Rows){
string itemName =(string)(Row.Cells["Item Name"].Value);
textBox1.Text = itemName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment