Posts by VINICIUS FERNANDES EUGÊNIO • 1 point
5 posts
-
-1
votes1
answer208
viewsQ: C# ASP.NET mvc URL encryption
The q method I’m using to encrypt the URL is working, but sometimes it does the encryption with a / in the middle that makes it not find the desired route. public static string…
-
0
votes0
answers43
viewsQ: Error making a request to an external API
I am trying to make a request to an external API but in the console appears the following error: Code in Jquery: $("#Compilar").click(function () { var codigo = $("#CodigoText").val(); var clientId…
-
-1
votes1
answer45
viewsQ: Server.Mappath does not find the folder in my project
I am trying to save a file to a folder in my project (In case in Files folder): but gives the following error when entering the action: Controller Code: [HttpPost] [ValidateAntiForgeryToken] public…
-
-2
votes1
answer83
viewsQ: compare pdf size in readable
Next I have an application in Arabic that I put a pdf in a register, but when the pdf is too big it of the error, would have as I know up to which PDF size I can use and if the guy put a pdf greater…
-
-1
votes1
answer113
viewsQ: How to re-order a Viewbag, inside the View?
I’m trying to get a Viewbag that received a list in the controller, be reordered after changing a combobox without the page being reloaded. Passing the List to Viewbag: public ActionResult…