Posts by Jefferson Pedro • 559 points
9 posts
-
12
votes4
answers10562
viewsA: How many programs can download XML from Brazilian NF-e?
I believe that the only legal way to do this is through Receita Federal’s Web Services Electronic Invoice Portal - Web Services. I am currently working on an NF-e system, I already do both sending…
-
5
votes2
answers585
viewsQ: How to change Checkbox with Dropdownlist onChange in ASP.NET MVC Table?
I am developing a site with ASP.NET MVC and Razor, I have in one of my pages a table with some columns. I have in this table a State column whose has a Checkbox and another column containing a…
-
6
votes3
answers1233
viewsQ: How to login to desktop application via web application?
I have a web application developed with ASP.NET MVC and log in by storing the data in Session. I have another application, however desktop, that performs some tasks that cannot be done on the web,…
-
1
votes1
answer1222
viewsQ: How to sign file . jar with A3 certificate?
I’m developing a web project and I needed to develop a applet with the language Java for some functions. The browsers are complaining about the security issue and, researching, I found that I have…
-
2
votes0
answers239
viewsQ: How to open Certificate Store and select certificate with Java?
I would like to know how it is possible to open the Windows Certification store and select the certificate to be used using the Java language. Using CAPICOM and even the C# classes X509 the result…
-
5
votes3
answers7208
viewsQ: How to select Digital User Certificate in Web Applications?
I am developing a project in ASP.NET MVC5 to make manifestation of electronic invoices. During the process of searching notes, manifestation or download, I access the Internal Revenue Service and…
-
1
votes2
answers2016
viewsQ: Sending Model to Controller via Ajax
I have a strongly typed View with a small form and a javascript function with ajax: function emitir () { $.ajax({ type: "POST", traditional: true, url: '@Url.Action("EmissaoRapida", "CND")', data: {…
-
3
votes1
answer549
viewsQ: How to update only the model in ASP.NET MVC?
I am using ASP.NET MVC 5 and EF6 in a project, and I have a class that makes a query on the postal site and returns the address from the zip code. Until then, all right, what I would like to do is…
-
2
votes1
answer311
viewsA: Build report in Java
I particularly use Jasperreports to prepare my reports in Java. It is very similar to Crystal Reports for Visual Studio C#, but Jaspersoft Studio works independently, you can generate and import…