次のコードに問題があります
e.TotalRows = data.Count(); //getting exception
Jqgrid1.DataSource = data.Skip((e.NewPageIndex - 1) * Jqgrid1.PagerSettings.PageSize).Take(Jqgrid1.PagerSettings.PageSize);
Jqgrid1.DataBind();
ブラウザのエラー説明は
The full-text query parameter for Fulltext Query String is not valid.
説明:
An unhandled exception occurred during the execution of the current web request.
Please review the stack trace for more information about the error and where it
originated in the code.
例外の詳細:
System.Data.SqlClient.SqlException:
The full-text query parameter for Fulltext Query String is not valid.
を使用して.Net 4
います。管理者
としてログインして他のページを表示できるため、接続文字列は問題ありません。
asp.netでこれを達成する方法を知っている人はいますか??