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:-)

Recommended Answers

All 2 Replies

Close. There's a Rows property that represents a collection. Unfortunately, DataTables are somewhat awkward to work with.

ok...but i got it..just a simple manipulation and applying some sorting algorithm..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.