I have created a MVC 5 project, I have it in a domain in link
The problem is that when I want to logge me send me the msj that I will share in the screenshot.
On the other hand, I host it in link and send me the msj that I will share i...
private void Send()
{
string sql = @"SELECT
cod,
Format(fecha, 'Short Date') as fecha,
Format(hora, 'Short Time') as hora,
Num,
1 as Tipo
FROM Contro...
I have a gridview in asp .net filled with a datatable and I need to click on a print button to generate a report crystal reports with the gridview data. I was investigating and apparently it is with a "typed dataset", I do not understand very...
I have the following problem, in my form when doing UPDATE it does not save the new values, it keeps those that have already been loaded in the text boxes, any idea of why it happens?
I'm working on ASP.NET with VB
Dim con As New...
I have a form and I show a @ Html.DropDownList, the data that I am passing was passed through a ViewBag which instantiated at the beginning of the view,
when trying to get the value the jquery generates the following error
Uncaught Error: Synt...
Hi, I'm using the bootstrap carousel in asp, which contains several repeaters. Which in turn launch events. The problem I have is that when going to the server when launching an event, the slide is being changed to the first one that was generat...
Good day, afternoon or evening, I'm doing a small test project by taking an inventory. I'm working on C # ASP.Net Core 2.0
I have the following classes:
Inventory
customers
Suppliers
Sales
Products
I did the Update-Database and everything wen...
I was looking at the HTML Tools extension for Visual Studio 2017 and I found the "Peek definition" functionality useful for editing css files from the html itself. My problem is that I usually work with ASP .NET Web Pages, using .apsx files, whi...