Most voted "view" questions
This is the application display layer (which is separated from the other layers in the MVC standard).
Learn more…185 questions
Sort by count of
-
0
votes0
answers82
viewsI cannot pass view parameters to controller in MVC using URL
I’m doing an MVC project and I’m not getting through to Controller the parameter window that is coming up to View. I’ll pass the two classes, if you need more information see edit here: List…
-
0
votes1
answer332
viewsProblem accessing a controller in CODEIGNITER php
I have a View with a nav-link: href= echo base_url("application/controllers/Login_controller.php") By clicking I am redirected to the correct path.…
-
0
votes1
answer71
viewsHow to create a Fragment by clicking a button?
I have the following Fragment: public class ListaBimestresFragment extends Fragment { public ListaBimestresFragment() { // Required empty public constructor } @Override public View…
-
0
votes1
answer66
viewsView does not render after Return - Asp.net MVC
Good afternoon, you guys! Following scenario: I have a search button in my Layout that uses the text field and select to send data to javascript, which calls an action, which calls the repository…
-
0
votes1
answer375
viewsHow to do 2 Insert at the same time with PHP in MYSQL Database?
Database: DROP DATABASE IF EXISTS mydb; CREATE DATABASE IF NOT EXISTS mydb; USE mydb; CREATE TABLE clientes ( cod_clientes INT UNSIGNED NOT NULL AUTO_INCREMENT, nome VARCHAR (20) NOT NULL, PRIMARY…
-
0
votes1
answer63
viewsHow to convert a function to view
Good afternoon, I have the following function: if object_id('dbo.batidas', 'TF') is null begin exec('create function dbo.batidas() returns @retorno table(T int) as begin return end'); end; go alter…
-
0
votes1
answer54
viewsReturn data in a DIV (Codeigniter)
I have a view where her code is as follows:: <section> <h1 class="text-center">Marcação de Fotos</h1> <?php echo form_open('admin/exibe_fotos/index'); ?> <label…
-
0
votes1
answer56
viewsProblems with PHP Array
I’m trying to work with arrays but I’m having difficulty accessing the items or they see grouped or they generate several arrays, which I can’t access. CONTROLLER $listaDescontos =…
-
0
votes1
answer103
viewsHow to save updates to object via the Django form?
I have an application and when I send the data in the form to be updated it works ( the data are shown in the form) but when I click save the update it repeats the initial data and saves nothing.…
-
0
votes1
answer20
viewsImplementing view
Display statement of a particular account with the respective movements of a 15 days prior to the request date with the following data: Agency; Account number; Name of the account holder; Account…
-
0
votes0
answers22
viewsSolution for an error in MYSQL
Guys, could help me I’m trying to create a view "POSICAO_EQUIPES", with a Query that displays the overall classification by Teams, regardless of category. The query should display the Championship…
-
0
votes1
answer123
viewsPass Data to other Javafx screens
People who work with Javafx, I need a lot of help, I’m trying to pass data from one screen to another but I can’t. In my project I log in with a user searching in the database. Each user has one id.…
-
0
votes1
answer76
viewsHow to organize Services and Repositories in a MVC application?
I have a REST API application in Nodejs already organized in MVC, but I still don’t understand how to use the services and repositories in practice. Please help me to separate the layers? //MODEL…
-
0
votes1
answer27
viewsButton does not submit to the form within a modal
Good evening, I have a problem submitting a form, I am using codeIgniter 3 and I have the following screen: <!-- modal --> <div class="modal fade" id="modalArea" tabindex="-1"…
-
0
votes0
answers20
viewsASP.NET Index (Controller) method that only runs when I want
good night. First I apologize for the ignorance, I am beginner as a developer. From what I understand of ASP.NET, it will automatically run all void methods of my index when this index is called.…
-
0
votes1
answer32
viewsBringing a Controller Query to the View
I’m starting to venture out and learn about MVC and C#. I created a movie catalog application with a tutorial, where I have a table in the database called Movie and in the application I do a CRUD in…
-
0
votes0
answers13
viewsAndroid Studio (Java) - Help with gesture direction detection using buttons
Hello, I’m starting to program, I’m making an app where I need to press a button and if it gets pressed and is dragged I want to know the direction it was dragged. I’m using the Java language.…
-
0
votes1
answer50
viewsLoad multiple functions on main page using Django
I’m having a problem trying to load some data from mysql database using Django, type functions only work if I assign in the file: py. the following attribute: path('', views.countregistered) But…
-
-1
votes1
answer123
viewsView creation with record limit
I want to create a view that should only return a maximum of X records, independent of the selection clauses applied. That is, whatever filter you apply, the number of lines should always be X.…
-
-1
votes1
answer154
viewsRails link to dynamic
I have the following question, in my controller has a variable that takes which model the guy is coming and sends to the view. I would like to create a link from this variable type: link_to…
-
-1
votes1
answer5179
viewsDiscover user password through Select or View?
I’m running a BD which was made by a developer who created a table of operators, it turns out that he is no longer in the world of the living. How to discover a user’s password through a table or a…
-
-1
votes1
answer34
viewsSearch inside another Rails scaffold
I have a problem, an example created two scaffold book and loan, then created a controller and an index called report : rails generate controller RelatoriosEmprestimos index I want to do specific…
-
-1
votes1
answer67
views -
-1
votes1
answer165
viewsSeveral Imageview defined src in xml, from java.lang.Outofmemoryerror error:
I have a FrameLayout which contains the list of courses with picture of the respective courses, all defined in XML, but error occurs. There are several images, around 15, with about 1280 x 1024…
-
-1
votes1
answer385
viewsTake data from a column in a view and insert it into a table
good evening, I have a problem, I want to take the data of a column in a View I created and put this data in a column of a table, follow the code I used to create the View, I’m already two weeks…
-
-1
votes1
answer199
viewsError while deploying Laravel project
By doing the deploy of my application on a Linux machine returns an error stating that the view was not found "View [auth.login] not found." But the view is in the folder, and then the page reloads…
-
-1
votes1
answer28
viewsCreating view in Mysql
I have a structure for view in the database. And when executing, the error is that c3.nome does not exist. But exists in the database, I believe it is on account of subquery. How to proceed? SELECT…
-
-1
votes1
answer437
viewsReturn two models in a view (foreach)
good morning. I’m new to C# and Asp . net and I ran into a problem. Developing a virtual calendar, I would like to display two queries on a page just when the user logs in, however, there in my…
-
-1
votes1
answer97
viewsBlade view Support
There is some way to add a Count in the Blade. For in the interaction it returns 1 1 0 0 @forelse($surveys as $survey) <p> @forelse($survey->options as $option) {{…
-
-1
votes2
answers71
viewsPOST does not receive the data
I’m having a problem retrieving the form data. I have this excerpt on my page, it gets the array contact and I print the data in the respective fields, I click on the link at the end to send the new…
-
-1
votes1
answer38
viewsHow can I present in minutes:seconds the value of a Tooltip that is given in seconds?
The value of the Y series is given in seconds, but I need to present in the tooltip in minutes:seconds. Example: Value in seconds= 320. Value to be displayed in tooltip= 05:20. I made a script to…
-
-1
votes2
answers20
viewsView values submit to controller with post
I am quite beginner in MVC and was here as a question: In view I have: <form id="form1" action="/Jogo/ExecutarAcao" method="post"> <input type="radio" id="banana" name="opcao"…
-
-1
votes2
answers111
views@using from my view does not find the model in Asp.Net MVC
[ Hello friends my name is Wesley I already do program some time (huahuahua) I always use the platform to ask questions but it is the first time I use the platform to ask, I hope you can help me I…
-
-2
votes1
answer60
viewsdisplay list of dependents per user in Laravel 6
I have my main "home" page with route that is displayed after login. So this one "home.blade.php" displays a page with the logged in user data. I created a "dependent" table, I made the relationship…
-
-2
votes1
answer265
views"foreach" inside query using PHP PDO " $sql = $Pdo->prepare( )"
Good morning everyone, I’m trying to create a runtime view. For this I need to list all the fields of the table and play within the statement the problem is that I can’t transfer the $obj1[0] array…