Full CRUD Operations Using Modal Popup in ASP.NET Core MVC | CRUD Application with ASP.NET Core

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 22

  • @Manithan123
    @Manithan123 2 месяца назад +1

    Is there a place to download the source code?

    • @CodeWithGopi
      @CodeWithGopi  2 месяца назад

      Sure . Will add the source url

  • @may910
    @may910 9 месяцев назад +1

    I am having an issue. When I clicked "Add Product Button' a popup showed "Add new record" with Save and Close buttons". It is working perfectly then I clicked the "Edit" button and edited the record and saved it. It also works well. But if I again click add new recrod it showed the add record popup but with "update" and "Close" button and rather creating a new record it updates the last record. Why it is happening?

  • @sachintripathi6135
    @sachintripathi6135 5 месяцев назад

    I have use same code but cannot convert Json in controller function can you explain it how to work Json converter please .
    public JsonResult GetCategory()
    {
    var category = _categoryRepo.GetAll();
    return Json(category);
    }

  • @sivarambandarupalli3270
    @sivarambandarupalli3270 4 месяца назад

    While initializing add- migration the error is that it requires the primary key. But in my case in my model I don't have the primary key. So, please me in this.

  • @somatichuman8752
    @somatichuman8752 9 месяцев назад

    I think, if you fit yourself in MVC concept It can't be the best approach to construct markup inside block using string construction way. For MVC it should be Partial Views and Components.....

  • @vikasmaurya7488
    @vikasmaurya7488 Год назад

    Sir how I create joining with table from different databases with password protected in MSSQL.

  • @MilesToGo78
    @MilesToGo78 10 месяцев назад +1

    Thanks for the tutorial.

  • @sahilhashmi27
    @sahilhashmi27 11 месяцев назад +1

    code please ???

  • @ekerilker
    @ekerilker 6 месяцев назад +1

    Fully explained and working tutorial. Thanks

    • @CodeWithGopi
      @CodeWithGopi  6 месяцев назад

      Thanks 😊 for your valuable feedback and support 👍

    • @CodeWithGopi
      @CodeWithGopi  5 месяцев назад

      Thank you for your feedback and support! If you're able, please consider supporting my channel by becoming a member or using Super Thanks.

  • @sridharambure8345
    @sridharambure8345 Год назад

    Hello HI Gopi, Thanks for tutorial, could you please share source code .

  • @vikasmaurya7488
    @vikasmaurya7488 Год назад +1

    Good AfterNoon Sir Ji

  • @VinnuStarlocal
    @VinnuStarlocal 5 месяцев назад +1

    How can I contact you sir

    • @CodeWithGopi
      @CodeWithGopi  5 месяцев назад

      gpaptechnologies@gmail.com

  • @ImranAliIMNUMBERONE
    @ImranAliIMNUMBERONE Год назад +1

    Thank you for this fundamental and to the point tutorial...

    • @CodeWithGopi
      @CodeWithGopi  Год назад +1

      Thanks for your valuable feedback and support 👍

  • @Boarderadi
    @Boarderadi Год назад

    This was exactly what I need - I followed your tutorial until 33.35 and set a breakpoint in the controller GetProducts Method. It never calls that and I removed [NonAction] as you showed. It never goes into ProductJS.js. I have reviewed several times. Can you help me somehow?

    • @Boarderadi
      @Boarderadi Год назад +1

      I found the issue 😅

    • @troyds
      @troyds Год назад

      @@Boarderadi Where's the issue? Can you please send it here too? This is where I am stocked right now...

    • @SanaShahid-dg9qc
      @SanaShahid-dg9qc 9 месяцев назад

      @@Boarderadi Can you please tell me what is the issue ?? i am unable to find it.