When I update my gender object, it brings the date of creation with the following data, which should not because it has a value assigned in the database, I get the following date:
The error that shows me when I try to do the savechan...
This is on my table I need to send to excel
This is a part of my view
<div class="panel panel-flat">
<div class="panel-heading">
<h5 class="panel-title">Tipo Planilla:<strong> @ViewBag.FrecuenciaPag...
I do not know what I have to confirm to show me with an accent what I put in the nonSelectedText
onInitialized: function($select, $container) {
},
enableHTML: false,
buttonClass: 'btn btn-default',...
I'm using SqlParameter, when I use it twice I get this error:
{"Otro SqlParameterCollection ya contiene SqlParameter."}
Here I use it the first time: SP2
using (ApplicationDbContext db1 = new ApplicationDbContext())
{...
I'm working on an asp.net mvc project with c #, everything was fine until I got this message.
Error de servidor en la aplicación /.
No se puede cargar el archivo o ensamblado 'System.Web.Helpers' ni una de sus dependencias. La definición del m...
At this moment I have to implement some SEO improvements in the portal that I developed, among them they ask me to change the URs so that they are more friendly.
Is there any way to do it that does not involve changing all the names to the co...
In the ViewBag.Deducciones : bring me the deductions you selected previously.
In the ViewBag.DeducesEmployees : it brings me the deductions that the employee has selected ().
The problem is that for every deduction I go through a...
I need to fill Html.DropdownListFor() in my view through razor, so far I have the following, two classes where I get the data that I need to recover from my db plus the controller by GET to recover the data and send it to the seen...
I currently have a project created asp.net MVC in C # and I wanted to add code from Node.js.
Download the Node.js from the package nuget and install it by creating a .bin folder containing node.cmd in the project
I have the following code...
How about everyone having a problem with a dropdownlist, I want to filter data by the following status:
-Active
-Rejected
-Pendiente
but the dropdownlist that I have loaded already makes the corresponding filtering is just that I load the val...