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
Exchange 2007 error 550
sql server openquery multivalue
Running CEICW to install SSL Certificate
microsoft sql windows 2008 r2
What is the best way of inserting 1, 2 in Table1 and 2, 1 in Table2?
Server side validation for username field
Update field in table with unbound field on form.
method with parameter
Can I use DFS to replicate VM's between two MS Hyper-V Servers?
DNS config between different domain trees in forest