You add a GridView control to a Web Form and bind it to a data source. You want to enable users to sort the data based on the Price column. What should you do?
a.Set the OrderBy property of the Price field to Price.
b.Set the Sortable property of the Price field to True.
c.Set the SortExpression property of the Price field to Price.
d.Set the SortOn property of the Price field to True.
a.Set the OrderBy property of the Price field to Price.
b.Set the Sortable property of the Price field to True.
c.Set the SortExpression property of the Price field to Price.
d.Set the SortOn property of the Price field to True.