Questions tagged as 'mvc'

0
answers

dataannotations in derived class in mvc

I have the Person Class public class Person { public int PersonID { get; set; } public string Name { get; set; } public string SurName { get; set; } public string LastName { get; set; } public strin...
asked by 13.08.2018 / 17:57
0
answers

Progress bar .NET Razor C #

Friends I'm doing a program that loads VERY long files, in a database, I already have everything working, but I would like to implement a progress bar while my loading method is running, when I finish my method it will send me to another view. S...
asked by 09.08.2018 / 01:52
0
answers

Obtain Digital Certificate to occupy web application in MVC5 Server browser

Help I need to know how I can get the digital certificate from the server, locally it works perfectly, but when I publish it, I get an error in the LOG which tells me that the system can not find the specified file. run the system directly...
asked by 01.08.2018 / 23:41
1
answer

Use Identity in asp.net mvc 5 project already created

I currently have a web app created with ASP.NET MVC 5, which is working with a database already created. At this point I would like to use Identity to create forms and user management to the page, the problem is that I do not know how to...
asked by 21.07.2018 / 20:50
0
answers

Website stops resolving request

I have a website developed on asp.net c # with MVC and it is published on a windows server 2012 r2 server. The problem is that in a random way the site stops resolving requests, for example, I press a button and there is no answer, it is as i...
asked by 11.07.2018 / 19:44
0
answers

Model with dynamic data list (add-edit-delete) .net mvc

How does mvc work if I want to develop a screen with a form where I have the main data of the model? Ex. MaterialesViewModel and right here is a data grid that corresponds to a list of the same model MaterialesViewModel that is...
asked by 10.07.2018 / 18:53
0
answers

Datapicker and modal window asp.net mvc

I have two problems programming on asp.net 1). I have a datapicker which works well when inserting dates and also to show them in tables, but the problem arises when I want to show the date from the database to the datapicker, I have assigned...
asked by 11.07.2018 / 11:02
0
answers

How to load datatable with ajax url mvc method

I am developing a project in Visual Basic following the MVC pattern. I have a method called ObtenerDirecciones that will return a json . What I want to do is load a dataTable with that data. This is my javascript code....
asked by 16.07.2018 / 03:40
0
answers

Change the number of rows and columns in CakePhp view

In my company I had the requirement to decrease the number of columns to 3 and not show 5 rows but 16, the thing is that I do not understand how they are telling the code to only show that number of rows and columns, Here it happened to you as i...
asked by 09.07.2018 / 17:24
0
answers

Freeze Excel cells with php

Hi, I'm using this library link and I want to immobilize the top row as seen in the video: link in the previous version of phpExcel I did it like this but in this version I have not found it like: $ objPHPExcel-> getActiveSheet (...
asked by 06.07.2018 / 01:25