Gets or sets the name of a stored procedure parameter that is used to sort retrieved data when data retrieval is performed using a stored procedure.
Documentation for this section has not yet been entered.
The SqlDataSourceView.SortParameterName property is evaluated only when the SQL command that is contained by the SqlDataSourceView.SelectCommand property is the name of a stored procedure. In this case, if the SqlDataSourceView.SortParameterName property is set, it contains the name of a parameter that is used to sort the results of the stored procedure.
If the SqlDataSourceView.ParameterPrefix property is set, it is prepended to the SqlDataSourceView.SortParameterName property.
The value of the SqlDataSourceView.SortParameterName property is stored in view state.