Posts by Alexandre Nascimento • 69 points
2 posts
-
2
votes0
answers16756
viewsQ: Error AJAX Request - Success does not work
Good afternoon, you guys, I have the following AJAX request: $(document).ready(function () { $.ajax({ url: "/membros.aspx/populaGridMembros", type: "POST", dataType: "json", contentType:…
-
4
votes1
answer604
viewsQ: AJAX request error - ASP. Net and Jquery
I have an aspx file where I created a script with an AJAX call to execute the method populaGridMembros on the table gwMembros, the method is working perfectly and returning a string in JSON format,…