I have an application made on ASP.net that runs on Windows 2000 Server
In a form I have 2 inputs that receive dates, (Start Date and End Date)
When I make the respective query with the Initial and Final dates, if you return th...
I have an application that uses a Java script function and sends a call to consume a web service.
Everything works fine but I do not get anything in the browser.
When I see the console, a message appears CORS header 'Access-Control-Allo...
Let's see, I'll explain in more detail what happened. I have a texbox and a button; what I want is to enter data to the texbox and when I click on the button I redirect to another page getting the value of that texbox. For that I am session to s...
I have three tables, one of users that relates one to many with a table, and that one is related to the table phone_type, my calendar table has the id_agenda, user_id, phone_type_id, phone. When I create my model I only have the properties of my...
I have a page called form.aspx , which contains a form with the following code:
<textarea name="summernote3" id="summernote" runat="server"></textarea>
<img id="Img2" alt="Editar en pantalla Completa" src="../imagenes/botones/e...
I want to know if there is any way to insert data in a database that is in SQL Server without having any of the versions of this installed or have Visual Studio installed e my team.
These are the data I have:
server = tcp: "Link to...
I need help to speed up the scrape process I've done. Currently I do everything I wanted without applying threads, I need it so that while I go through a page getting information, another process go ahead with other pages and so on.
Here is m...
This is a fragment of the webservice:
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)],
[System.ComponentModel.ToolboxItem(false)],
[System.Web.Script.Services.ScriptService])
public class ClientServei : System.Web.Services.We...
I develop an ASP.NET WebForms application and I need that if the user has authenticated in the browser with a Google account he can access the page otherwise.
I would like you to guide me a bit with this. I am trying to consume an API Rest in C # and have an authentication where I must pass these parameters or values: username , password , client_id , client_secret , grant_t...