Apply searching, sorting and pagination in asp.net core mvc (server side)

Поделиться
HTML-код
  • Опубликовано: 3 июл 2024
  • Complete tutorial about searching,sorting and filtering in asp.net core mvc (framework asp.net core 7.0).We are using entity framework in this project.
    Topics covered:
    1. How to search a record from database in asp.net core mvc.
    2. Sorting the records from database in asp.net core mvc.
    2. Applying server side pagination in asp.net core mvc.
    ▶Source code : drive.google.com/file/d/1jS7_...
    .................
    Chapters:
    (00:00) Introduction
    (00:30) Adding and displaying data
    (16:58) Searching a record in asp.net core mvc
    (22:16) Sorting records in asp.net core mvc
    (30:30) Pagination in asp.net core mvc
    Please share it to you circle to support me..
    Other links:
    ▶Angular tutorials and projects: bit.ly/3DitqDp
    ▶dot net 6 tutorials and projects: bit.ly/3MSrXGX
    ▶dot net core series: bit.ly/3TolF4i
    ▶dot net 6 projects: bit.ly/3zpn9ng
    .......................................................
    connect with me
    ▶Twitter: / ravi_devrani
    ▶GitHub: github.com/rd003
    ▶RUclips: / @ravindradevrani
    ..........................................
    Become a supporter❤:
    You can buy me a coffee: www.buymeacoffee.com/ravindra...
    #dotnetcore #entityframeworkcore #ravindradevrani

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

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

    Thanks. Great Video!

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

    Amazing explanation :) thank you

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

    Great ...

  • @Rezza_Olfat
    @Rezza_Olfat 8 месяцев назад

    very good

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

    Good one

  • @saleem7456
    @saleem7456 11 месяцев назад

    Sir how to implement a drop-down list for page size selection in this project?

  • @gabrielmoura6342
    @gabrielmoura6342 8 месяцев назад

    Great tutorial. But I've got a question. NOw every time I try to do CRUD operations, it gives me the error that the column NameSortOrder or Term are invalid. Anybody knows how to fix this?

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

    when using the searching feature, can you use the pagination for e.g. if you had several employees called john will the search feature return several pages with john or return the search in one long page? Hope this makes sense, thanks you…

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

      I don't remember, i have to look through.
      But the way i use filter and pagination, it should have search with pagination.
      It means, if we enter "j" in the search input,It would return all the records with "j", then it would paginate all the records with j.

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

    need help in custom pagination in datatable while using API.

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

      I was already working on it.
      Video on filter,sort,pagination in .net apis will be uploaded at 2 jun 00:15 ist.
      You can check it, may be it will help you.
      Or you can directly check the source code from description.

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

    Pls make video Without entity framework

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

      sorry. I guess you are asking to use ado.net and I am not familiar with that.

  • @user-oj2wy9cj4g
    @user-oj2wy9cj4g Год назад

    Where can I get the source code?