Questions tagged as 'mvc'

0
answers

Structure FTP connection using MVC model in Java

My intention is to use the MVC model that I use for the connection in my database and apply it to the connection to my FTP server, first I explain how I connect to my BD. This is the connection class belonging to the Model layer public clas...
asked by 21.08.2018 / 18:36
1
answer

ASP.NET MVC 5 consuming apiweb

I am consuming an api which returns me as response the following: { "rows": { "recordset": [ { "Monto": "10000000", "CantidadDias": 50, "TasaDiaria": "0.009700000000000",...
asked by 04.05.2018 / 13:54
1
answer

I can not redirect in MVC with PHP

I have the following files: <?php require_once "controllers/controller.php"; require_once "models/model.php"; $mvc = new MvcController(); $mvc -> plantilla(); ?> controler.php where this template <?...
asked by 30.04.2018 / 14:05
0
answers

error in "Url" ajax "url: '/',"

When JavaScript is executed the Url is replaced by "url: '/'," so it is impossible for me to return the values from my controller to the script Does anyone know what is causing this problem? Code: <script type="text/javascript">...
asked by 05.05.2018 / 20:30
2
answers

How to put a button inside a table

I have the following code: <div class="table-responsive"> <table id="Grid" data-toggle="table" data-url="@Url.Action("Metodo", "Controller")" data-method="post" data-pagination="tr...
asked by 16.04.2018 / 20:54
2
answers

Url with parameters does not work in MVC

I am developing a project in mvc it has been working fine, but I have not been able to solve an error, I try to access a url that creates from global asax with parameters but it sends me error 404 routes.MapRoute( "Unit",...
asked by 06.04.2018 / 03:24
0
answers

Problems with for loop when rendering input checkbox

I have the following problem when rendering some input checkbox , I go through a loop for with a model type List<> as in the following example: @for (int i = 0; i < Model.MiModeloList.Count(); i++) { if (Model....
asked by 04.06.2018 / 17:22
0
answers

Open modal made with bootstrap with java MVC

I'm doing a page with java MVC and Bootstrap. I have a view that is a modal, and I want to call it from the java driver class. That is to say on my main page, I want to press a button and that I open the modal that is in another page, this to no...
asked by 27.03.2018 / 00:39
0
answers

Problem with DevExpress Treelist

My problem is that my treelist does not do anything after I expand the nodes. This is my view @{ ViewBag.Title = "EstructuraFinanciera"; } @if (Session["username"] != null) { <text> Bienvenido @Session["username"].ToString()...
asked by 14.03.2018 / 17:04
1
answer

Market Payment: MVC, error when configuring payment receipt URL

I'm making a payment module with the api of mercadopago, and when configuring the url for the reception of payment notifications on the page of mercadopago, I get the error "The URL entered does not answer an HTTP correct status, you must reply...
asked by 12.02.2018 / 20:11