public partial class Listing16_16 : System.Web.UI.Page {
protected void customersDataSource_Selecting(Object sender,
LinqDataSourceSelectEventArgs e) {
// Naizuje azen podle ContactName.
e.Arguments.SortExpression = "ContactName";
}
}
