You are creating a method that will be used as an UpdateCommand with the ObjectDataSource control. Your code uses a SqlCommand object to perform an update. You need to add the parameters and their values using the least amount of code. What method will you use?
a.The Add method of the...
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...