Questions tagged as 'asp.net-mvc'

0
answers

Oracle Entity Framework problems with operator like

In one of our projects with ASP.net MVC, Oracle and Telerik Kendo we have a problem with searches since they are differentiating between uppercase, lowercase and accents. We create a trigger in the DB so that after the start of stable session...
asked by 12.02.2018 / 21:38
0
answers

Error validating Token

I have this class called ValidateToken, but I can not find the error because in the compilation everything is fine but when executing (in debug mode) the class sends me a message    Invalid syntax on line 1. public bool validateToken(s...
asked by 06.02.2018 / 17:09
3
answers

only show date in the View without modifying the model

and intentionally formatting and I did not find it, how can I do it the model is generated by the framework I just have to format it in the view @model IEnumerable<PROGRAM.Models.Lista> <table> <tr > <...
asked by 18.01.2018 / 15:37
0
answers

I need to load a menu from the database in the view of my .net mvc project

I have a table menu in Sql Server and I'm trying to do a recursive function that loads the menu with all of its children, now my table menu has the following: Where ParentID has the id of the parent that corr...
asked by 16.01.2018 / 15:31
1
answer

CSS absolute positioning Asp.net MVC

Someone knows what is happening. The image (addf) with absolute position does not respect its container. <div style="width: 100px; height: 100px;"> <img src="~/Imagenes/addf.png" style="width:100%;height:auto;position:absolute"/&g...
asked by 10.01.2018 / 21:10
0
answers

OnTextChanged EditorFor c #

hello I have a EditorFor and I need that when this empty I fill a list <div class="input-group b-r-xl"> @Html.EditorFor(model => model.Buscar, new { htmlAttributes = new { @class = "form-control", placeholder = "Busqueda por...
asked by 19.01.2018 / 16:48
1
answer

Load variables depending on selected item MVC C #

Inquiry Good, I would like to save variables by default after selecting an item in a select (to then insert them into the database). In my case the select "State of work" (which is loaded by call to database). The idea is that depending on th...
asked by 08.01.2018 / 22:25
1
answer

Error 404 with JSON files in IIS

I want to configure the language translation of Datatable by means of local url in a solution of ASP.NET MVC 4. tblJs = tblHtml.DataTable({ destroy: true, searching: false, ajax: { url: '/...
asked by 06.01.2018 / 18:22
0
answers

Why does not the Controller read the Detail list of a Json file for Master Detail?

I am developing a master form with details from a JSON in the browser to the server. The Master part of the json file is read and saved in the database but the controller does not read the details part (a list) (in bold the line of code it does...
asked by 09.01.2018 / 01:08
2
answers

Independence in Partial View used several times in the same View MVC4 asp.net

Hi, I have a question, hopefully you can help me. What happens is that I have a view called (index) qe has a table inside, then in the tables of the table I invoke the same view several times called (prev), in "prev" I have a main div with id...
asked by 07.01.2018 / 14:41