Posts by viniciusmussak • 26 points
2 posts
-
0
votes1
answer91
viewsA: Assign a C# Class to a List<> C#, via Javascript code
Opa Ericsson, all right? Actually your code is not working because C# is loaded and executed on the server side, and javascript runs on the client side. So when you load your page, C# runs, and an…
-
1
votes1
answer571
viewsA: How to load a Spinner into a Modal during Ajax (GET) - Asp.net requests
Whoa, all right, all right? If I understand correctly what you need, just change the function "openmodal": function openmodal(url) { $(".loading").show(); $.get(url).success(function(data){…