how can i get the datagrid column value when i select a specific row.
lets say that i have a datagrid full with employees , and i select the row where's cris Rock data, and i want the employee id wich is actually on one datagrid column.
maybe i want to edit that data or delete it from the datagrid, or go directly to a delete statement or update passing that prinary key ( value) and perform that action...
im using c# with windows forms
thanks
Jose Carlos
lets say that i have a datagrid full with employees , and i select the row where's cris Rock data, and i want the employee id wich is actually on one datagrid column.
maybe i want to edit that data or delete it from the datagrid, or go directly to a delete statement or update passing that prinary key ( value) and perform that action...
im using c# with windows forms
thanks
Jose Carlos