Posts by Junior Pedro • 29 points
6 posts
-
-2
votes1
answer490
viewsQ: Generate Boleto Itau from a shipping file that is in . txt
I need to generate Itau PDF Newsletter from a shipping file that is in . txt some suggestions to develop the application ?
-
0
votes1
answer178
viewsA: Malformed XML NF reference element Version 4.0
To solve just pass the blank ID. By default the URI in Reference comes NULL just pass string. Empty and everything is fine.
-
0
votes1
answer178
viewsQ: Malformed XML NF reference element Version 4.0
I am updating our service notes sending program (Sorocaba). Doing a quick survey I saw some comments that after updating the . Net Framework, microsoft performed a fix on the Signatures…
-
1
votes1
answer199
viewsQ: Make a textbox visible by selecting a radio button
With the code below I can do this procedure but I have to click the button. It seems that it needs a refresh to work <asp:RadioButton ID="RadioButton1" runat="server" GroupName="pesquisa" />…
-
0
votes1
answer24
viewsQ: Add a page size controller
I wonder how I can make this page size controller when resizing it to be dynamic like in this example of w3schools. I want to add this to my site and credit whatever with Javascript I can leave this…
-
1
votes0
answers1347
viewsQ: Automatically log into a web-site c# Programmatically
The company where I work has 3 websites both with login and password I would like to know something in c# NET or Javascript that is from a redirect link logged in. 1 Step: Access Site 1…