Good afternoon, I have a procedure to show available vehicles for a certain period, but it is not working, this is the code that I have in the layers persistence and logic.
Persistence:
//public static List<Vehiculo> disponible(Da...
Hello, I'm trying to make an update with C # from VS , but I can not find it and I do not know if I'm having a bad time or if I can not execute a query directly as I pretend I would appreciate your help. : D
[WebMethod]
public JsonResult Up...
I am developing a Human Resources System, where I have used EntityFrameworks, get to the part that I need to create Tables through the application and be able to use them later.
Can You Create Tabas Dynamically with EF?
What would be the Code?...
Good afternoon, I've been trying for a while and I do not see that I'm approaching the solution.
I need to send a url of the type www.dominio.com for the server to return www.dominio.com/index.html, for example. Come on, the domain default pa...
I edit my previous question, I have this code:
Methods:
class Program
{
static void nuevo(int[] lista, int cantidad, ref int tope)
{
lista[tope] = cantidad;
tope++;
}
static void jugada (int[,]m, int naposta...
Good evening, I would like you to help me, I have a combobox that by default has a value of 4 and in codebing it is placed in the load combobox.enable = false;
But when you save that value that is 4, you put 0
As if that enable whites the...
I have a textbox called txtMinuto and a button called btnApagar . I want to use the command SHUTDOWN -s -t that is used to turn off the PC at a predetermined time but when I run my line of code to turn off the PC according to...
The procedure or function 'Insert Product' expected the parameter '@Name'
private static int ejecutaNonQuery (string StoredProcedure, List<DbParameter> parametros)
{
int Id = 0;
try
{
using (DbConn...
I'm developing a project in Visual Studio and this project I'm continuing on a new PC, my problem is that when I run the project to know how it goes I get the following error.
this is the button that generates the report:
private void bunifuThinButton21_Click(object sender, EventArgs e)
{
Datos datos = new Datos();
AsesoriaFiscal af = new AsesoriaFiscal();
datos.No...