Link to home
Start Free TrialLog in
Avatar of ProWebNetworks
ProWebNetworks

asked on

Datagrid Value Read & Playback

Hey guys, this is a windows application built in C#. I am using the datagrid tool and populating it with employee information. The grid ends up with 5 columns and a variable amount of rows.

I want to select a row of data in the grid, then click a button on the form and have it:
messagebox.show( cell content of the first cell/column in the selected row )  

The first column is actually the UserID, and I want to be able to retrieve that ID for pushing the info into another stored procedure.
ASKER CERTIFIED SOLUTION
Avatar of ProWebNetworks
ProWebNetworks

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial