filmov
tv
015 - .Net Core: Simple AJAX Call From View To Controller
Показать описание
This video presents information about simple AJAX call usage in ASP.NET CORE Web Application.
In summary,
-- people with cars will be prepared as model objects.
-- car objects will be displayed in a table in view.
-- buttons will be used to find owners of each car.
-- buttons will create AJAX requests
-- javascript function will be used to clear tables and refill owners without refreshing the view.
Highlighted Topics:
Usage of JsonResult
Usage of $.ajax
Buttons sending AJAX calls.
Refill html table with the AJAX responses by using JQuery.
Calling a view that its' name is different than action.
Model:
[DisplayFormat(DataFormatString = "{0:dd MMM yyyy}", ApplyFormatInEditMode = true)]
Important Lines From Controller:
public JsonResult GetCarOwners(int CarId)
return Json(carOwners);
Software:
OS: Windows 10
IDE: Visual Studio Community Edition
Browser: Firefox
.NET Core v2.2
Credits of the music:
Afternoon (Ambient Piano Solo) which is licensed under the Creative Commons 0 License.
In summary,
-- people with cars will be prepared as model objects.
-- car objects will be displayed in a table in view.
-- buttons will be used to find owners of each car.
-- buttons will create AJAX requests
-- javascript function will be used to clear tables and refill owners without refreshing the view.
Highlighted Topics:
Usage of JsonResult
Usage of $.ajax
Buttons sending AJAX calls.
Refill html table with the AJAX responses by using JQuery.
Calling a view that its' name is different than action.
Model:
[DisplayFormat(DataFormatString = "{0:dd MMM yyyy}", ApplyFormatInEditMode = true)]
Important Lines From Controller:
public JsonResult GetCarOwners(int CarId)
return Json(carOwners);
Software:
OS: Windows 10
IDE: Visual Studio Community Edition
Browser: Firefox
.NET Core v2.2
Credits of the music:
Afternoon (Ambient Piano Solo) which is licensed under the Creative Commons 0 License.
015 - .Net Core: Simple AJAX Call From View To Controller
(#15) View in asp.net core application | Asp.Net Core tutorial
What is .NET Core?
Make Your ASP.NET Core API Controllers Incredibly Simple
CRUD Operation in ASP.NET Core using Visual Studio 2022
ASP.NET MVC #15 - Insert Update Delete and View data from database | FoxLearn
#15 Asp.Net Core 5.0 Proje Kampı Repositorylerin Yazılması
#15 Traversal Rezervasyon Asp.Net Core 5.0 Mini Proje Default Index ve View Components
#15 Easy Cash Asp.Net Core 6.0 Identity Projesi - Confirm Sayfasına Mail Adresi Taşıma
Asp.Net Core Mvc Ders 15 View Start Kullanımı
Part 15 Model Validations in Web/REST API || Asp.Net Core Web API Tutorials C#
#15 Introduction to Middleware | Understanding Middleware | ASP.NET Core MVC Course
ASP.NET Core Web API .NET 8 2024 -1. Create Project + Install
Simplest Way To Implement Options Pattern In ASP.NET Core #shorts
15. ASP.NET Core MVC in Darija Arabic
ASP.NET Tutorial | ASP.NET Core Tutorial | What is ASP.NET? | ASP.NET | 2022 | Simplilearn
15 | Layout View In ASP.NET Core 6 | _Layout.cshtml ASP.NET | Master Page ASP.Net Core (Hindi/Urdu)
What are the advantages of .NET Core over .NET framework?
Send Emails in C# and ASP.NET Core! - It´s actually pretty SIMPLE!
ASP NET Core MVC tutorial
Top 30 .Net Core Interview Questions in 30 mins - .NET C#
ASP.NET Core + Angular Dashboard | 15 | API Controllers and Postman
15# Asp.Net Core 2.0 MVC - Razor view
ASP.NET Core 2 MVC Forum | 15 | Post Index Styling
Комментарии