如果我使用一個頁面的方法是這樣的: [System.Web.Services.WebMethod]
public static string GetSearchResult(string searchKeyword)
{
ArrayList searchResultRows = new ArrayList();
Random random = n
我一直在嘗試使用jquery將數據數組傳遞給c#web方法。我有一個有可選行的表格。我的功能必須通過所選數據的ID。但我無法將PageMethods傳遞給對象數組。 這裏是我的jQuery功能; function DeleteQuestions()
{
var table = $('#questTable').DataTable();
var data = (ta