Join 136,070 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 1,607 people online right now. Registration is fast and FREE... Join Now!
In my datagridview I have a customers table with a primary key 'customer_ID'. When a row is selected I need to pass that selected rows 'customer_ID' through the events into my delete button's method as an arg. Any help?