Questions tagged as 'mvc'

0
answers

Back-End MVC (Laravel) Real Time with Json

I did a Laravel course, and I did my application in MVC, however, there are balloons, which I load in JSON, click the "login" button, open the login balloon, there are CRUD functions. can I do the MVC system in this way? The balloons are in the...
asked by 26.08.2017 / 17:22
0
answers

Request for ASP.NET MCV super slow

I have a complicated problem in my project, and I no longer know what else to do. I have an MVC4 project (after an upgrade of the MVC3 project that the company where I work already had) and it is becoming almost impossible to debug through VS201...
asked by 30.06.2017 / 12:13
0
answers

Read response in json through fetch with service-worker

I'm implementing a web notification system, using service-worker and other components, in ASP.NET MVC. 1 ° I already have my worker registered and logged into the system. Home 2 ° I can already display notifications. - Missing - Home Corre...
asked by 13.07.2017 / 17:29
0
answers

Model - Passive or Active? (Design Patterns - MVC)

In the context of an MVC application, is the model expected to send some kind of information on its own? For example: I made a model that tells the controller every time the "ready" property changes (to true or false). In this way, the Contro...
asked by 14.06.2017 / 22:07
0
answers

How can I use two models in the same view?

I have a View that has a dropdownlist and a text box. This dropdownlist is returning your items from a model. After filling these two objects, I make a request that will bring some results that I want to show below, however I am loading another...
asked by 22.06.2017 / 20:30
2
answers

Doubts with the ASP.NET MVC view system (C #)

I'm developing an image bank with Microsoft ASP MVC ASP.NET, and I have a question, studying the competition, I realized that when you click on an image within the search result, or they pass a parameter to the view so : Sofarsogood,Icandoit,bu...
asked by 24.05.2017 / 22:11
0
answers

My bootstrap logo is too large and the remaining menus have a large empty space between them

<body> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-to...
asked by 23.05.2017 / 10:22
2
answers

Input submit does not call ActionResult

I'm having trouble calling ActionResult using input type="submit" and passing the model data. I did a test using ActionLink but the Model is not sent. Could someone give a light? Follow the code: Controller: [HttpPost] p...
asked by 17.05.2017 / 22:05
0
answers

Correctly implement mvc in php

I'm starting now in php, I've done quite a bit in java before but with php I'm having some doubts. This is my form. <form name="sentMessage" action="controller"> <div class="row"> <di...
asked by 04.04.2017 / 19:20
0
answers

How to use PHPMailer in MVC file structure

I need to use PHPMailer and my project has the MVC structure, but I do not know how to organize the files in my models. I have the following file structure: root/ ajax/ controllers/ core/ phpmailer/ class.phpmailer.p...
asked by 10.03.2017 / 19:30