Implement Grid (GridView) in ASP.Net Core Razor Pages

preview_player
Показать описание
Here Mudassar Khan has explained how to implement Grid (GridView) in ASP.Net Core Razor Pages.

The data from the SQL Server Database Table will be fetched using Entity Framework and finally the fetched data is displayed in Grid (GridView) format using Model in ASP.Net Core Razor Pages.

Chapters :
00:00 Introduction
00:17 Database Information
00:28 Installing Entity Framework Core package
00:52 Adding Model Class
02:09 Configuring Database Context
04:08 Adding connection string to the Database
04:54 Configuring connection to the Database
07:18 Fetching the data from Database
09:49 Displaying data in HTML Table
11:11 Demo

Follow us on:

#Core #RazorPages #Grid #ASP.Net #EntityFramework #SQLServer

Similar Videos:
Рекомендации по теме
Комментарии
Автор

Awesome tutorial! Would you do a new one on adding column sorting and pagination?

oscargarin
Автор

How do you edit that data in the table and post it back to database ?

pvanderw