Hello,
I want to display an array to a datagrid during runtime.
I am able to display the first row by using the following:
Here i and j will increment and put stuff into the array.
(for loop)
Datagridview1.Item(i,j) = ArrayData(i)
so after displaying the first row the datagrid does not
follow the for
loop.But if I force it works.So I need a
"dynamic" method to display
all the data in the datagrid from the array.
Any ideas?
Thanks,
Vishal.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "DotNetDevelopment, VB.NET, C# .NET,
ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting"
group.
To post to this group, send email to DotNetDevelopment googlegroups.com
To unsubscribe from this group, send email to
DotNetDevelopment-unsubscribe googlegroups.com
For more options, visit this group at http
://groups.google.com/group/DotNetDevelopment
-~----------~----~----~----~------~----~------~--~---
|