Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

156
Vistas
Ask for user confirmation then continue with the method mvc 5 c#

in the code I have a method that reads data from an excel sheet and store the record in a list, I want to compare certain columns with the database records if they exist I want to ask the user (take the user conformation with "confirm" in javascript for example) if he wants to replace the new data with the old one or keep the old one, my issue is how can I go to the view to ask the user then go back to continue with my method? or if there is a way to ask the user without going to the view

my controller

 foreach (var n in KPlist)
                {

                    var compare = _db.Kpiprograms.Where(x => x.ProgramId == n.ProgramId && x.Year == n.Year && x.Term == n.Term && x.KpiId == n.KpiId).Any();
                    if (compare)
                    {
                      //am stuck here 
                    }
                 
                }
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda