Questions tagged as 'mvc'

0
answers

Error: Uncaught Error: Class 'Route' not found in C: \ Users

I'm doing the PHP MVC course at School of Net, and I'm having this problem. I have already looked at the PHP documentation in version 7.2 but have not seen any significant changes. I'm getting the following error: Fatal error: Uncaught Error:...
asked by 15.08.2018 / 19:29
0
answers

Initial character pagination ASP.NET MVC 5

I would like to know if there is a way (some helper ) to perform paging of records by initial character. For example, I have a list of people and would like the user to be able to page by the initial character. Something like @Htm...
asked by 08.08.2018 / 18:39
1
answer

Export a JQuery bootgrid to Excel

I have researched here in the stak and the internet, and I have seen some articles and tips on how to export an HTML table to excel. But in my case, I think it's a bit different because I'm using JQuery Bootgrid and all the materials I read end...
asked by 08.08.2018 / 13:36
2
answers

What's the difference between the MVC architecture and Django's MTV?

I would like to know if there is any difference in practice between these two architectures.     
asked by 17.10.2017 / 18:59
0
answers

User Permissions with CodeIgniter

I'm redesigning a system in CodeIgniter, I'm new to it, and I'm trying to load a function from my Controller that will check whether or not the user has access to such a resource / screen / etc. I'm using a TEXT field in the database w...
asked by 02.08.2018 / 19:36
0
answers

Run a bootbox.confirm inside an @Html.ActionLink

Good afternoon. I'm trying to use a modal for verification. (using the bootbox plugin). This is the js code. var Confirmacao = { Mensagem: function () { bootbox.confirm({ message: 'Exemplo para t...
asked by 01.08.2018 / 18:29
0
answers

How to change the Model data being displayed in GridMvc?

I have a GridMvc in my form where it displays a list of units, in this grid has a text field, and a checkbox, I would like when the user type some text box or flag the check, that change reflects on the model. / p> View: <b>Seleci...
asked by 01.08.2018 / 17:04
0
answers

Pass data to a modal with PHP and Ajax

I am creating a system and at a certain time the user can register the measurements of a person. To do so, I would like to redeem the ID and Name in the people table, so they are displayed in the modal, but I'm not having success, even trying in...
asked by 24.07.2018 / 20:59
0
answers

How to call a Data from the Database from an FK in a DataTable?

Hello I'm having a problem with an MVC project. I have a DataTable that needs to show a particular data from a Database table, but it needs to be shown from an FK that is referenced in the respective View JS Model. I have the Department...
asked by 12.07.2018 / 18:38
1
answer

How to get html rendered from an ActionResult in ASP.NET MVC Controller [closed]

I'm doing a PDF export where the content of the document is the html of a Rendered View. How do I do this?     
asked by 20.07.2018 / 00:25