Posts by BSilva • 83 points
6 posts
-
1
votes1
answer998
viewsQ: Send Angularjs object to Webapi C#POST
I have a form, I am trying to save the information in the SQL Server database. <html ng-app="Crm"> <body ng-controller="CrmCtrl"> <form name="novoCrmForm"> <div class="row">…
-
0
votes2
answers580
viewsA: Send Angularjs object to C#API POST
I managed to make the button that is not to call the Function of Angularjs. Although I don’t quite understand the reason. Yet! the Solution was as follows: When starting the Angular App, I played…
-
0
votes2
answers580
viewsQ: Send Angularjs object to C#API POST
I am not able to save the data registered in a form in the SQL Server database. The structure is as follows: The class: public partial class EMPRESAS_PARTICIPANTES { public int ID { get; set; }…
-
1
votes0
answers71
viewsQ: Error of Sending Form
I have a form: <form action="/register.php" role="form" method="post" name="novaEmpresa" > <input name="ref" type="hidden" value='<?php echo $ref ?>' /> <label…
-
3
votes1
answer3245
viewsQ: Validate if input is actually CNPJ
I have a form and I need to block the number entry in this. <div id="document" class="form-group"> <input type="text" name="document" class="form-control" placeholder="CNPJ da Empresa"…
-
3
votes1
answer1092
viewsQ: Create download link to an audio recording
I caught a net example in Javascript that captures audio from the device and with a button on the page it is possible to record audio and export it: In this code follows we have the buttons:…
javascriptasked BSilva 83