N
Necqui Teja
I have UPC and ItemNo as columns in my DataTable dt.
How do I sort the columns in my method prior to return dt;
I tried the following but it doesn't seem to work.
dt.DefaultView.Sort = "UPC ASC";
return dt;
Necqui
How do I sort the columns in my method prior to return dt;
I tried the following but it doesn't seem to work.
dt.DefaultView.Sort = "UPC ASC";
return dt;
Necqui