|
-
Nov 2nd, 2005, 11:36 PM
#1
Thread Starter
Hyperactive Member
Getting the selected index of a table in a datagrid
Hi everyone. next question. I constructed a table, and added it to a datagrid.
Pseudocode:
// Create table.
// Add values
DataGrid.DataSource = DataTable;
It is working fine. I'm getting information to add. However, when I move to delete I want to get the selected index that the user selected. Does anyone know how to do this?
Where do I get the selectedindex from, the datagrid or the table?
Jennifer
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|