Questions tagged as 'mvc'

1
answer

Validate data duplication with data annotation

I have a table in bd sql sever called article with fields IdArticulo, CodArticulo, DesArticulo, IsActivo ... in my mvc project valid almost all fields with data.annotation ... for example IdArticulo with, CodArticulo...
asked by 26.12.2017 / 16:36
1
answer

Pass view data to the controller in mvc php

I'm starting with native mvc php and I do not know how to pass the view data to the controller. what is the right way to do it?     
asked by 16.10.2017 / 17:02
1
answer

Query String is too Long MVC

I am being presented with the following scenario: I have an application in C #, I'm working with MVC, .Net Framework 4.5.2. When I want to run debug or release my program, I get the following error and message    HTTP Error 404.15 - Not Fo...
asked by 13.10.2017 / 22:26
1
answer

Error "No type was found that matches the controller named" WebApi

Because the error "No type was found that matches the controller named", does not recognize my controller, My WebApiConfig.cs here is public static void Register(HttpConfiguration config) { // Web API configuration and se...
asked by 25.09.2017 / 22:14
1
answer

One controller for each Tab - TabPane JavaFx

I have a TabPane with 5 tabs, each tab has a large number of controls, what I want is to assign each Tab / Tab its own controller, the scene builder only allows me to add a controller to the top panel (the root panel) , the idea of this is to fu...
asked by 18.09.2017 / 07:51
1
answer

Open a view in a new tab from the Controller in ASP MVC

People, I have a problem, I need to go from the Details view to the DetailsController server, process something and then return to the Details view, but I need to show the content that I processed in a new DetailsPrint window, any ideas...
asked by 08.07.2017 / 21:11
1
answer

Php with MVC does not work in Ubuntu, how to make it work?

I did a project in php with MVC, in Windows everything runs normal; I installed ubuntu with all the tools, php, Apache 2, Mysql and it works normal with a php file that is in a single page, connects me with the database, but the project made wit...
asked by 23.06.2017 / 23:04
1
answer

I am trying to run my ExamenMVC project and I can not find the error:

type Exception Report message Servlet.init () for servlet spring threw exception description The server encountered an internal error that made it unable to complete this requirement. exception javax.servlet.ServletException:...
asked by 24.06.2017 / 20:51
1
answer

How to show the details of a record in a view, that are different from NULL?

I am working on a razor view on MVC5, and I can not make it appear that I do not see the details that I leave null when I register. Example in the image I have several questions but others were left empty because they were not necessary as I...
asked by 28.06.2017 / 20:00
2
answers

Place current date in a TextBox in C #

I need the current date to be loaded in the TextBox ; I'm doing it with the following code but when I run it, it does not load any date: <td> <label for="Fecha">Fecha:</label> </td> <td>...
asked by 11.06.2017 / 21:24