Questions tagged as 'asp.net-mvc-5'

1
answer

Problem with JavaScript remove function

I have a problem with REMOVE , I currently have a dynamic table with which I add more rows and also add a link called REMOVE which should remove the row, but currently I'm not performing the function of removing, insert the row if i...
asked by 31.05.2017 / 22:25
2
answers

Error With iis Express!

When trying to pass a whole project to another PC, when I run it, I get this error! Already try to change the port in Properties / Web and still continue with the same problem.     
asked by 12.05.2017 / 16:20
1
answer

Does not redirect to the expected view with jQuery Validation Plugin

I am using jQuery Validation Plugin to validate my login information, the problem is when in the url there is a subdomain, double sent the form or something like that. The point is that instead of loading the view that I hope does no...
asked by 24.04.2017 / 20:12
2
answers

24-hour Data-Time format

I need to change the data-time format to 24 hours. I'm working with C # MVC5 This is my Model [Display(Name = "Fecha y Hora de Inicio")] [DataType(DataType.Date)] [DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = "{0:yyyy...
asked by 02.05.2017 / 20:23
2
answers

How to show bootstrap popover only when the cell has a value

I have a boostrap table in which in a cell of each row I could load the value of an array converted to base 64, I would say because sometimes the property that maps that value could come in null: <table id="tableOcMateriales" class="tab...
asked by 22.02.2017 / 00:19
3
answers

Close session in mvc c #?

I have the following code for a log Response.Cookies["correoRepresentante"].Value = CorreoL; Response.Cookies["correoRepresentante"].Expires = DateTime.Now.AddYears(1); Response.Cookies["passRepresentante"].Value = contrasena; Response.Cookies...
asked by 30.11.2016 / 01:49
1
answer

Angular Js + MVC .NEt

I'm starting with the issue of Single Page Applications with MVC from .Net, and it has become difficult to solve the dependencies, I've taken the example of the page link and everything is fine, until I use ui.bootstrap components, the point i...
asked by 18.10.2016 / 01:06
1
answer

How to apply color to Bootstrap popover using jquery?

I have a table in which inside one of its cells I have a "a" tag to which I want to show a popover when I pass the mouse cursor: <table id="tableOcMateriales" class="ctrlLineTable table table-condensed table-striped table-border...
asked by 22.11.2016 / 03:32
3
answers

Difference between Public Virtual and List

Hello people I would like to understand what is the difference between declaring a model relationship (entity framework) by public List<Modelo> Modelos { get; set; } and public Virtual Modelo Modelos { get; set; } . Thanks aga...
asked by 11.10.2016 / 19:53
1
answer

as I think dropDownList with Entity Framework in Asp.net MVC

I'm starting a new project and I'm migrating from webForm to MVC and I confess that I miss the best basic questions for some. Well one of those questions is the following, I need to create a dropDownList and the data of this both the ID and...
asked by 26.10.2016 / 17:45