I am using the model MVC with PHP v7. , HTML5 and SQL server 2008 , I have a page where I display a certain list and for each record I have a button to update.
Pressing the button calls a function in JS , which t...
I have problems to recover the information already loaded in a DropDownList
I have a view with a foreach of the model
@foreach (sfi_1.Models.SFI_IncentivoDet itemInc in incentivos)
I have a DropDownList
@Html.DropDownListFor(s=...
I'm trying to save an entity Note from the controller -> servicio -> repository and it gives error of DbEntityValidationException and I paint it by screen but then I am saving the statistics of the web and when I tried to do...
I manage a project which must generate the body of a personalized email message (HTML) for this I have an auxiliary .cshtml file which is taken as the body of the message.
To fill this body in the controller I have a class that obtains the selec...
I want to do validations on the client side but I run into the following problem. If the model is not valid, I will return the view with the error messages in UpdateTargetId of the form, so that:
The part of the code of the form...
Good afternoon community
I am developing a sales system in java with mvc and hibernate. and there is a problem, when accessing the main form after the login, I do not take the listeners into account and it does not allow me to open the follow...
Sent some table of inputs with the following code:
$('#guardar').click(function(){
var header = $('table thead tr th').map(function () {
return $(this).text().trim();
});
var Datos =...
I need I have several invoice details in my view and I need to send those details to the controller to save them:
View: (I have two Details like this :)
<tr id="Registrodeproducto">
<td>...
I'm having trouble filling out a combobox with Select2
I have my JS:
$("#comboplatos").select2({
placeholder: "Type to select a sponsor",
minimumInputLength: 3,
allowClear: true,
style: "display: inline-block",
width:...
I need that in this field I have the date I sent from the view of C #
I have the following line of code in the view of c #, but it does not work for me:
<td>
<label for="FechaVencimiento">Fecha Vencimiento:</label&g...