Hi Guys!..
Is the Datatable in vb.net can be indexed like a usual array?...
Array[0]....Array[1]....Array[2]...etc
But for DataTable??
How can we do that??...in such a way we can access a certain row....
Thanks guys:-)
Hi Guys!..
Is the Datatable in vb.net can be indexed like a usual array?...
Array[0]....Array[1]....Array[2]...etc
But for DataTable??
How can we do that??...in such a way we can access a certain row....
Thanks guys:-)
Close. There's a Rows property that represents a collection. Unfortunately, DataTable
s are somewhat awkward to work with.
ok...but i got it..just a simple manipulation and applying some sorting algorithm..
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.