上記のようなパラメータをSelectParametersに追加します。メソッド呼び出し「GetCompaniesSubset」実行しますが、私は次のエラーを取得するリターンに:のObjectDataSourceページングおよび追加パラメータ
ObjectDataSource 'odsCompaniesIndex' could not find a non-generic method 'GetCompaniesCount' that has parameters: status.
私SelectMethodは次のとおりです。
public DataSet GetCompaniesSubset(
int startRowIndex, int maximumRows, string sortExpression, bool status)
{...}
あなたはSelectMethodがStartRowIndexParameterName/MaximumRowsParameterNameと余分なパラメータを利用できるようにするにはどうすればよいです?
おかげ
'ObjectDataSource'をどのように消費しますか?あなたは 'GridView'を使っていますか? –
はい私の投稿を編集するつもりです! – adamwtiko