DataRow index

N

Nabeel Moeen

hello all,
are the datarow index mantained when DataTable is sorted by clicking on the
column header?
that is .. if the first row is index 1, suppose, and after sorting ona
specific column this row ends up 3rd... is the index still 1?

and also .. how can i get the index of a particular datarow .. ( assuming i
hav the dataRow object) ?
 
T

Tom Ogilvy

Are you talking about a specific ActiveX control (not part of Excel). Or
perhaps this is an MS Access question?
 
N

Nabeel Moeen

I am EXTREMELY sorry ... i posted the question to the wrong group :$

this was meant to be a .NET DataGrid Question
 
Top