Sort two fields at runtime
Posted: Mon Dec 20, 2010 11:09 am
hi
Sort a field for this code is used
How the two fields should be sorted ؟؟
thank you
Sort a field for this code is used
Code: Select all
DataBand1.Sort = new string[2]
{
"ASC",
"Name"
};
thank you