Description:
I am developing a web solution in c # asp.net so that, from the front, put together an object JSON complex so that, when received in the back, save the values in a SQL Server 2012 database.
The JSON comple...
I have a big problem with Ajax MVC and Visual Basic: When I create an object in javascript to do a POST in Controller everything is fine by when I receive the Object in the ActionResult, all the attributes are Nulls.
Can someone help me?...
I have been trying to put thousands points in the heritage textbox for hours, which comes from a subtraction between less passive assets, but when it is subtracted when it is subtracted and it stops calculating, why does this happen?
protected...
Any way to change the background color of a asp:Textbox with the event OnClientClick of a asp:Button from JavaScript unused:
document.getElementById("un_textbox").style.background = '#f88067';
The button is defin...
Please help me with the following: in a web form that I have posted to the internet, I am asked to pass 3 parameters to a web form through POST, I never did GET or POST in asp.net web form and I am lost of how that is done, then in summary what...
I have a VPS with Windows Server 2012 and with SqlServer already installed. And I developed a Website with a BDD connection on my local PC. The connection string that I use, I generated it with Visual Studio when connecting a table from the same...
I have a webform1 in which I have a textbox sem.Text. Here is the code to pass that
value to a second webform
private string semana_x;
public string semana
{
get
{
return semana_x;...
I have a form that contains two fields input , one for the email and another to re-enter the mail and validate that they are the same, for this last I use the CompareValidator but it does not show me the error when switching focus to the s...
I have a calendar, in which I am coloring the rest days in Orange, based on the start date of the employee's day and the type of day.
What I want to do now, is to bring a date ( FechaSalida ) from my database, this date tells me if I work...
Hello, I have the following form:
<form #formulario="ngForm" action="" (ngSubmit)="insertarEmpleado()" ngForm>
<div class="example-container">
<mat-form-field hintLabel="">
<input matInput #input maxle...