Hi All!
I'm new to VB.NET coding! Please guide me with the following!
I have a datagrid populated with values from database table. Now, I need to update some of the selected records. For this, I need to Identify the records selected by the user and extract the first column (Primary key of db table) of it.
May be I need to convert the selected record collection into an array of strings.
Can anyone guide me how I can do this ?
Any suggestions/pointers would be very helpful!
TIA.
CGK.
I'm new to VB.NET coding! Please guide me with the following!
I have a datagrid populated with values from database table. Now, I need to update some of the selected records. For this, I need to Identify the records selected by the user and extract the first column (Primary key of db table) of it.
May be I need to convert the selected record collection into an array of strings.
Can anyone guide me how I can do this ?
Any suggestions/pointers would be very helpful!
TIA.
CGK.
Last edited: