ASP.NET Core - Data Binding (Get User Data from Client-side to Server-side)

Опубликовано: 15 Март 2026
на канале: The Technical Guy
1,346
19

In this Tutorial we will see how we can get user data from the client-side to the server-side in ASP.NET Core. Web Applications have a more complicated architecture since we have both server-side code and client-side code (which runs inside a web browser). This means this must be done in a different way compared to traditional Windows Forms Desktop Applications.

PowerPoint (PDF) used I the Tutorial:
https://www.halvorsen.blog/documents/...

Blog:
https://www.halvorsen.blog/

YouTube Channel @Industrial IT and Automation ​
   / industrialitandautomation  

This video is part of the following series (ASP.NET Core Web Programming):
   • ASP.NET Core Web Programming  

ASP.NET Core Resources:
https://www.halvorsen.blog/documents/...

Chapters:
00:00 Introduction
04:35 Example 1 - Request.Form[], post and OnPost()
14:10 Example 2 - Request.Query[], get and OnGet()
19:25 Example 2b - Sending Data to another Web Page
24:36 Example 3 - Data Binding I ASP.NET Core
29:10 Example 3b - BindProperty
32:26 Example 3c - BindProperties
34:28 Example 3d - Create and use a Class