Questions tagged as 'ajax'

0
answers

Request data is coming null

Contextualization Home Deleting a record of errata history occurs the 404 error that the object was not found; the object is coming empty. How do I fix this? The request is arriving at controller . But no errata is found with that id and...
asked by 29.05.2018 / 21:20
1
answer

Ajax POST does not execute the ASP.NET MVC action

   Controller Action public class EstabelecimentoController : ControllerBase { [HttpPost] public ActionResult ImportarEstabelecimentos() { var file = Request.Files["inputFileImportarEstabelecimentos"]; return Red...
asked by 15.06.2018 / 17:44
0
answers

Php Codeigniter - Algorithm to generate base string from bank data

Good night people, how are things? Let's go to my problem. I have the data saved this way in the bank: BasicallyaprojecthasTERMSrelatedtoit.Termsinturnmayhavesynonyms.Iwantmyfeedbacktobeasfollows(seeprint2)("$termo" OR "$sinonimo") AND ("$ter...
asked by 14.06.2018 / 01:21
0
answers

Is it possible to open php page within modal?

On all systems with graphics I did, there was a page that took the records from the database and displayed each record with a button that redirected to its particular chart page. This time I wanted this button not to redirect to another page...
asked by 05.06.2018 / 14:37
1
answer

Ajax Script does not work

I'm trying to fill a combo box of (cities) in the change of another combo box (states), and I tried to fill it up via AJAX, but the script I made is not running, if someone can help me, thank you right away <div class="row" onlo...
asked by 07.06.2018 / 20:20
0
answers

How to receive value by GET?

I'm trying to get a value to get in the url but I can not get someone to help me and show me my error: <?php require_once("../database/conexao.php") ?> <?php url = teste.com/teste.php?q=123456 if( isset($_POST) & !empty($_POST)...
asked by 19.05.2018 / 07:27
0
answers

Doubt in Ajax return handling, receive feedback from an API

I have an asp.net web.api API I'm doing a method that sends the login information, I'm having a hard time making the return processing, even sending erroneous information is passing as certain. <script> var usuario, senha;...
asked by 20.05.2018 / 17:27
1
answer

Get return from url c #

I need to get a return from an ajax that I send. The URL returns me something like: http://localhost:11910/ProtocoloExterno/Inserir?itensContrato%5B0%5D%5Bid%5D=1&itensContrato%5B0%5D%5BvalorUsado%5D=15110%2C10&itensContrato%5B1%5D...
asked by 01.06.2018 / 18:54
1
answer

Submit a post request with ajax for PHP

I'm trying to send text that is typed via ajax to a php page that will make a query using that text that is received. I want to know how to send the value of nmCliente to the php page. I tried the following code and the return was 500...
asked by 16.05.2018 / 16:16
0
answers

Problems with Ajax query

I'm trying to make a query in the database without giving refresh , so I'm using Ajax , but it is not working, , nor does it return anything. The code of the page that should display the query: <div id="motorista" style="height: 380px;"...
asked by 15.05.2018 / 22:55