Introduction
Loading dynamic web page is very easy using JQuery and Ajax.
In this article we will detailled the mechanisme adopted to load
dynamic HTML data in web Page with Asynchronous mode thanks to Ajax.
Background
This article may be useful for intermediate developers who have some
basics in HTML, Ajax, JQuery, JavaScript, Entity Framework, C# and
ASP.NET MVC.
I) Operation Process
In this section we will good explain the mechanism adopted to implement a such process.
Before we start speak about the process, i want to do a reminder about MVC pattern and Ajax concept.