10
একাধিক পরামিতি jQuery আজাক্স কলটিতে পাস করুন
একটি এসপেক্স পৃষ্ঠাতে একটি ওয়েবমেডুডকে কল করার জন্য আমার কাছে নীচের jquery কোড রয়েছে $.ajax({ type: "POST", url: "popup.aspx/GetJewellerAssets", contentType: "application/json; charset=utf-8", data: '{"jewellerId":' + filter + '}', dataType: "json", success: AjaxSucceeded, error: AjaxFailed }); এবং এখানে ওয়েব পদ্ধতি স্বাক্ষর [WebMethod] public static string GetJewellerAssets(int jewellerId) { এটি কাজ করে। …