Questions tagged as 'vistas'

1
answer

Select just grab last value

I have this select . <select name="" id="" class="form-control" > @foreach($sede as $user) @if($user->idSede != $coordinadorAdm->Sede) <option value="{{$user->idSede}}">{{$user->nombre}}</...
asked by 01.12.2017 / 07:43
1
answer

how to enter data in a textbox and keep showing the data?

I have a table where I entered student grades. In each row or record of the table I have 3 texbox for which I entered the ratings. I need to show them there when I enter them and also be able to update them there ... I now send the grades and th...
asked by 09.11.2017 / 02:33
1
answer

Go from one view to another, and then return to the initial view without losing the state that you had

I want to know if there is anything that I can take advantage of backbone that allows me to pass information from one view to another and then return to the view that initialized the second, without losing the data loaded. This would be: F...
asked by 20.09.2017 / 19:08
0
answers

scope for laravel of a relationship

I have a registration table and a student-related table, one to many, and I want to make a scope in the enrollment model in such a way that I look for the student's routine, at the moment I have a scope by date. How could I make that scope? this...
asked by 26.05.2017 / 00:10
0
answers

How to update a partial view that is within a normal view

I have a partial view that should show data that comes from the BD, this partial view is within a normal view, what I need to know is how I do so that when the main view action returns the data, the view partial also get data and be updated. Thi...
asked by 25.11.2016 / 20:08
1
answer

Error creating a partial view strongly typed in Visual Studio Express with the Razor engine

When I try to create a strongly typed partial view in visual studio 2012, I receive the following error:    There was a problem getting an AppDomain to run the transformation from the host. The process can not continue. This problem doe...
asked by 16.11.2016 / 17:24
1
answer

Independence in the Context of a view using Partial or RenderPartial asp.net mvc

Hello, people could help me See if I explain: I have an Index view that has a table and includes several times the same partial view (prev call) in the spaces of the table, each (prev.cshtml) with different size, within the partial view (p...
asked by 06.01.2018 / 15:27
1
answer

relations in laravel 3 tables

I have 3 tables: Student (id) Course (id, name) Enrollment (id, student_id, course_id) When I login with a student in his account I receive his data with: $alumno = Alumno::find(auth('alumno')->user()->id); I tried to get...
asked by 19.06.2017 / 08:00
1
answer

Views mysql in Laravel [closed]

Can I use call table view with the model in laravel? What good practice is it? or is it preferable to call it with the DB selector? Example = vusers / Model: User     
asked by 09.06.2018 / 01:44