When looping products how do I write the sorting.?
Is there a dw controle for this?
foreach (Product p in g.Products)
{
sb.Append(p.Name);
}
You must be logged in to post in the forum