Upload Antwortgröße wurde auf 15MB festegelgt. Keine Besserung bei HTTP500 Error-Code
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<div class="row">
|
||||
<div class="col-10"></div>
|
||||
<div class="col-2">
|
||||
<asp:Button runat="server" Text="Alle" ClientIDMode="Predictable" ID="btn_alle" OnClick="btn_alle_Click" style="margin-left:-36px;width:56px"/></div>
|
||||
<asp:Button runat="server" Text="Alle" ClientIDMode="Predictable" ID="btn_alle" OnClick="btn_alle_Click" style="margin-left:-30px;width:56px"/></div>
|
||||
</div>
|
||||
<div style="height:5px"></div>
|
||||
<div class="row">
|
||||
@@ -394,7 +394,7 @@
|
||||
dataType: "json",
|
||||
data: '{"' + id.split(',')[0] + '"}',
|
||||
success: function (result) {
|
||||
OnSuccess(result.d);
|
||||
OnSuccess(result.data);
|
||||
},
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
alert("Status:" + jqXHR.status + "\nStatusText: " + textStatus + "\nError:" + errorThrown);
|
||||
|
||||
Reference in New Issue
Block a user