Это видео недоступно.
Сожалеем об этом.

How to get data from a database using AJAX C# | Asp .Net Core

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024
  • Hello Everyone,
    in this tutorial, you'll learn how to call Function(method) defined in a controller using ajax, without refreshing the browser or without navigating to the Url and get data from the database to update any UI component (textbox, dropdown, check box, other controls).
    comment below and let me know what next do you wanna see?
    Source Code: github.com/ali...
    Sample Database: docs.microsoft...
    Channel Membership: / @csharpcodeacademy
    IDE: Visual Studio 2019
    Language: C#
    Template: Asp .Net Core Web Application (MVC)
    Do subscribe and share the video, comment below, and suggest the topics for new tutorials.
    if you have any Query about this tutorial, the link is below
    Facebook Page: / csharpdeveloperscommunity
    comment and give feedback to improve tutorial Quality, Thanks...

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

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

    Nice, clean example of getting data from SQL using jquery/ajax. Just what the doctor ordered.

  • @joseobeso7601
    @joseobeso7601 3 года назад

    Nice... regards from chimbote, peru

  • @AbolfazlAbbasy
    @AbolfazlAbbasy 2 года назад

    thank you
    I really needed this training

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

    Thanks a lot , you saved me!!

  • @tahinuralam29
    @tahinuralam29 3 года назад

    Thanks brother
    Carry on

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

    Too much coding involved to do a simple database call. Is there a better way?

  • @marktoledo1834
    @marktoledo1834 2 года назад

    Hi there, is it possible to have a login before able to access the page?

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  2 года назад +1

      you can restrict access by implementing authentication.
      this article can help you -> docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-6.0&tabs=visual-studio