Microsoft
Software
Hardware
Network
Question : Read all data from a datagridview and copy it to a public array or something like that...
Hi folks!
I got a Datagridview with 4 columns in total. How do I pass all the contents of it into a public array or any easy-to-read list?
My idea is to use that array to perform different windows file system operations like copy and paste and the paths for all file locations will be inside the array. Any Ideas?
Thanks in Avance,
Angel
Answer : Read all data from a datagridview and copy it to a public array or something like that...
If you want to capture cells do like this:
Dim c As DataGridViewSelectedCellCo
llection = DataGridView1.SelectedCell
s
For i = 0 To c.Count - 1
Dim
s
As String = c(i).Value.ToString()
Next
Random Solutions
Need Software to Create Simple House Blueprint and Insert into Brochure
How do i convert the images i create into themes to be sold for different phones
T-SQL while loop
sql connection silverlight
Unzip files in a nested directory.
Count in a Query
Can't Install Dynamics CRM Client for Outlook 2010
interested in any schematic showing the proper hookups for LED wires for MSI Motherboard Model KM4M
Parallels 5 Mouse Issue
How to Delete a Folder or File from the Registry