Watch Pre-recorded Live Shows Here
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Ajax
Ajax
stand for Asynchronous JavaScript and it is a method of building interactive applications for the Web that process user requests immediately. It is combined with several programming tools including JavaScript, dynamic HTML, Extensible Markup Language , cascading style sheets , the Document Object Model (DOM) and the Microsoft object XMLHttpRequest.
Ajax
allows content on Web pages to update immediately when a user performs an action whereas in the HTTP request users must wait for a whole new page to load. All the Applications created with
Ajax
via using engine that acts as an intermediary between a user's browser and the server from which it is requesting information.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sourav Kayal (12)
Anubhav Chaudhary (5)
Vithal Wadje (4)
Asma Khalid (4)
Sandeep Singh Shekhawat (3)
Vinodh Narayanan (3)
Abhishek Chadha (3)
Nikunj Satasiya (2)
Satya Karki (2)
Mudita Rathore (2)
Raj Bandi (2)
Nishan Aryal (2)
Sandeep Mishra (2)
Abhimanyu K Vatsa (2)
Farhan Ahmed (2)
Satyaprakash Samantaray (2)
Nilesh Jadav (2)
Mahesh Alle (2)
Krishna Garad (2)
Debasis Saha (2)
Madhukar Krishna (2)
Yogi S (2)
Ankush Agnihotri (1)
Akkiraju Ivaturi (1)
Raj Kumar (1)
Mahak Gupta (1)
Vignesh Mani (1)
Sabyasachi Mishra (1)
Ravi Raghav (1)
Navneet Mitawa (1)
Anoop Kumar Sharma (1)
Suraj Sahoo (1)
Jamil Moughal (1)
Yogesh Kumar (1)
Akshay Shedwad (1)
Akshay Phadke (1)
Waleed Mohamed (1)
Jose Hernandez (1)
Sanghdeep Sanghratne (1)
Manoj Kalla (1)
Sarita Rath (1)
Ami Schreiber (1)
Rohatash Kumar (1)
Brij Mishra (1)
Ano Mepani (1)
Rasmita Dash (1)
Atul Rawat (1)
Mannan (1)
Sagar Malde (1)
Gnanavel Sekar (1)
Ehsan Sajjad (1)
Faisal Pathan (1)
Praveen Ramakrishnan (1)
Talaviya Bhavdip (1)
Jatin Malik (1)
Neha Sharma (1)
Nitesh Kejriwal (1)
Ramesh Palanivel (1)
Related resources for Ajax
No resource found
Web API With AJAX: Understand FormBody and FormUri Attribute In Web API
6/22/2022 9:54:55 AM.
This article exlains the FormBody and FormUri attributes and how to use them with an action parameter to consume data at the client end.
Web API With AJAX: Understand Method Name and Attribute in Web API
6/22/2022 9:49:11 AM.
This article explains action names and various attributes of them as well as the behavior actions corresonding to various attributes.
Web API With AJAX: Use GetJSON() Function to Get JSON Data
6/22/2022 9:40:16 AM.
This article explains the getJSON() function of jQuery and how to use the getJSON() function to consume JSON data from the Web API.
Web API With AJAX: Understand DELETE Verb in Restful Web API
6/22/2022 9:35:43 AM.
This article provides an example showing the DELETE HTTP verb and how to generate a delete request using the jQuery ajax() function.
Web API With AJAX: Make PUT Request in RESTful Web API Service
6/22/2022 9:30:49 AM.
This article exlains PUT requests in HTTP verbs and how to make this request to a RESTful Web API using a JQuery Ajax function.
Web-API With AJAX: Understand GET Request in Web-API
6/22/2022 9:24:38 AM.
This article explains the GET Request with AJAX in the Web-API.
Web API With AJAX: Understand AcceptVerb Attribute in Web API
6/22/2022 9:19:00 AM.
This article explains the AcceptVerb attribute of the Web API. AcceptVerb is one attribute of the Web API actions. We can use it to allow a specific HTTP verb in a Web API action.
Web API With AJAX: Understanding POST Request in Web API
6/22/2022 8:51:07 AM.
This article provides a basic understanding of the Web API and concepts of AJAX in web applications.
Read Excel File in WEB API using C#
6/11/2022 3:48:27 PM.
In this article, I am going to explain how to upload and read excel file in excel in web API using c#. I will also explain how to insert the data from an excel file to the SQL server database table us
AJAX In .NET Core
5/25/2022 1:12:37 PM.
In this article, you will learn about Ajax in.NET Core.
How To Post Data In ASP.NET Using AJAX Without JSON Form Serializer
2/7/2022 9:10:14 AM.
This article explains the method of sending data in the ASP.NET MVC application using Ajax without JSON Form serializer.
How To Post Data In ASP.NET Core Using Ajax
11/23/2021 9:58:57 AM.
This article describes how to post data in the ASP.NET Core MVC application using the Ajax Post method.
Create AJAX Call in ASP.Net Web API
5/27/2021 9:46:53 AM.
In this article, we will use the Ajax calls and HttpRequests to the domains to create an AJAX request that would be considered cross-domain between these two application.
Display Partial View and View Using AJAX in MVC
5/25/2021 5:08:02 AM.
In this article, I am describing about partial view and view using AJAX in MVC.
Creating AutoComplete Extender using ASP.NET
4/12/2021 9:56:30 AM.
In this article we will learn about the Ajax AutoComplete Extender.
Understand jQuey Ajax Function: Call Web-API Method
3/26/2021 9:52:27 AM.
In this article, we will discuss bit advance topic than previous article. Here we will try to consume WEB-API service using jQuery Ajax function.
Extending MVC Ajax Form
3/24/2021 6:15:53 AM.
In this article, I'll explain and demonstrate how to extend MVC Ajax form helpers to automatically create an ajax target element when needed and auto-refresh a form.
Using Web API With ASP.NET Web Forms
3/24/2021 5:53:06 AM.
In this article, we will define that how we can use Web API with ASP. Net Web Forms. For using the Web API in Web Forms There are various steps all these are as follows.
Understanding ASP.Net Ajax Update Panel by Example
3/8/2021 5:15:03 AM.
In this article, I'll explain and demonstrate how update panel works and how to use them efficiently.
Improve Performance of ASP.Net and Web Service
2/18/2021 6:17:47 AM.
This article provides a few important tips for improving performance of ASP.NET and Web Service applications.
Calling Server Side Function From Link Button Using AJAX and jQuery in ASP.NET
2/10/2021 7:33:02 AM.
This article explains how to execute a server-side function using AJAX and jQuery when the link button is clicked. Here the call to the server-side code is handled from the client side.
AutoComplete Textbox in MVC Using jQuery and WebAPI
2/10/2021 6:04:22 AM.
This article explains how to use the TextBox AutoComplete feature in MVC 4 using the Web API and jQuery.
A Simple Example of Shopping Cart With Ajax and ASP.Net
2/1/2021 10:46:14 AM.
In this article, you will see how to create a shopping cart with Ajax and ASP.NET.
Passing Multiple Models Using AJAX In ASP.NET MVC Step By Step
1/28/2021 7:19:44 AM.
In this article, you will learn about passing multiple Models in ASP.NET MVC, using AJAX.
Add And Delete HTML Table Rows Dynamically Using ASP.NET
1/15/2021 5:25:01 AM.
This article demonstrates how to add and delete HTML table rows dynamically at run time and save all the rows into the database.
jQuery Unobtrusive AJAX For Partial Updates In ASP.NET MVC
1/14/2021 7:58:46 AM.
In this article, we will learn how to update a div partially using jQuery Unobtrusive AJAX in ASP.NET MVC Applications.
AJAX Call For Dropdown Lists In MVC
1/5/2021 10:01:29 AM.
In this article, you will learn about AJAX call for dropdown lists in MVC.
Get Client Side and Server Side Data in Grid View Using jQuery and Ajax
12/28/2020 12:46:05 PM.
In this article you will learn how to get a Client Side and Server Side data in a Grid View using jQuery and Ajax.
Learn About AJAX Security
12/15/2020 7:07:02 AM.
In this article, you will learn about AJAX Security.
jQuery Ajax in ASP.Net
12/14/2020 5:09:23 AM.
jQuery allows you to call server-side ASP.NET methods from the client side without any PostBack.
XSS In AJAX
12/8/2020 8:19:36 AM.
In this article, you will learn about XSS in AJAX.
CRUD Operation In ASP.NET MVC Using AJAX And Bootstrap
12/7/2020 5:23:56 AM.
In this article, you will learn how to perform CRUD Operation in ASP.NET MVC using Ajax and Bootstrap.
Comma Separated Value (CSV) in MVC Using Ajax
12/3/2020 6:27:49 AM.
This article explainis what Comma Separated Value (CSV) files are and how to work with them in MVC Using Ajax.
Populating DropDown With AJAX Call
12/3/2020 5:31:33 AM.
There are other ways to populate dropdown in ASP.NET MVC. But using jQuery ajax in populating a dropdown is easy and fast. So in this article I will show you how to populate a dropdown from database u
Working With Html.BeginForm() and Ajax.BeginForm() in MVC 3
12/3/2020 3:23:36 AM.
This article explains the behavior of both Html.BeginForm() and Ajax.BeginForm() although these are the same and return the same MvcForm object.
Ajax.BeginForm In ASP.NET MVC 5
12/2/2020 12:33:10 AM.
In this article we will learn about the role of Ajax.BeginForm in ASP.NET MVC.
Ajax.ActionLink and Html.ActionLink in MVC
11/25/2020 11:35:42 PM.
In this article you will learn the use of the Ajax.ActionLink helper and Html.ActionLink. I will compare both to show you how they differ.
WebAPI 2.0 Basic Auth
11/2/2020 10:10:41 PM.
In this article, you will learn about WebAPI 2.0 Basic Auth.
ASP.NET MVC - How To Use Ajax without Passing Parameters
11/2/2020 6:10:58 AM.
This article is about integration of Ajax call without passing any parameters with ASP.NET MVC5 platform.
ASP.NET MVC - jQuery Ajax Datatables with Dynamic Columns
11/2/2020 6:09:05 AM.
This article is about the configuration of a server-side Jquery Datatables plugin to support a dynamic number of columns loading in the ASP.NET MVC web platform.
ASP.NET MVC - How to Use Ajax with Parameters
11/2/2020 6:06:23 AM.
This article is about integration of Ajax call by passing multiple input query parameters with ASP.NET MVC5 platform.
ASP.NET MVC - How To Use AJAX With JSON Parameters
11/2/2020 6:01:12 AM.
This article is about the integration of Ajax call by passing JSON format input query parameters using ASP.NET MVC5 platform
Create An ASP.NET MVC CRUD Application With Entity Framework Using AJAX Request And jQuery
7/2/2020 7:13:06 AM.
In this article, we learn step-by-step how to create an ASP.NET MVC CRUD Application using Ajax, jQuery, and DataTable plugins with Entity Framework.
Practical Approach To ASP.NET Web Services - Part Six - Calling ASP.NET Web Service From Java Script Using AJAX
6/9/2020 12:29:21 PM.
In this article, you will see how to call a Web Service from JavaScript using ASP.NET AJAX.
Alphabetical Search Using Ajax In ASP.NET MVC
6/5/2020 1:25:59 AM.
In this article, I will explain to you how you can create alphabetical search and pagination using jQuery Ajax in asp.net MVC.
Get Multiple Table In View Using AJAX In ASP.NET MVC
6/5/2020 1:25:27 AM.
In this article, I will explain how you can display multiple tables in a view using Ajax with asp.net MVC.
Filter Records By Passing Multiple Parameters In Stored Procedure Using MVC
5/27/2020 8:33:11 AM.
Here we can filter records using by passing various input parameters to stored procedure and Dynamic Sql in MVC.
How to Make a Registration Form With Validation in ASP.Net
5/19/2020 12:56:33 AM.
In this article I’ll show you how to make a registration form with validation in ASP.Net using C# and Ajax toolkit.
How to Call C# Method/Function Using jQuery Ajax
5/13/2020 1:26:51 AM.
I will use the jQuery.ajax() or $.ajax() method to call the C# method (WebMethod). The $.ajax() method does an asynchronous HTTP (Ajax) request.
Understand jQuery Ajax Function: Call Code-behind C# Method
5/13/2020 12:54:03 AM.
In this article we will learn how to an implement ajax method in JQuery.
Store Proxies in Sencha Touch 2
4/23/2020 3:17:57 PM.
In this article we will see various types of proxies supported by the Sencha Touch store.
Apply Client Side Validation on DOB Selected by User
4/20/2020 6:55:22 AM.
In today's Article I will tell you about How to Apply Client Side Validation on DOB selected by user
Apply Server Side Validation on DOB Selected by User
4/20/2020 6:47:23 AM.
This article explains how to apply server-side validation on a DOB selected by the user.
How to Calculate Age by Inserting DOB Manually
4/20/2020 6:29:57 AM.
This article will explain how to calculate age by inserting DOB manually.
Calling Code behind Function in JavaScript
4/3/2020 2:50:19 AM.
In this article we see how to call C# Function from JavaScript.
Learn Angular 8 Step By Step In 10 Days - HttpClient Or Ajax Call (Day 9)
3/15/2020 4:27:08 PM.
In this article series, we will discuss a different aspect of Angular 8 for all types of users. We will discuss how to handle HttpClient modules in this article.
Manage Temp HTML Table With jQuery, And Post List Of Items To Database Using MVC And EF
3/9/2020 9:10:20 AM.
Manage temporal Movies information of html table using jquery, and post all items inside the table as list of movies to backend via AJAX request, then save the information into database using Entitty
How To Insert Short Date Format ("DD/MM/YYYY") Into Database Table In ASP.NET Using Ajax Calendar Extender And Display It Into Gridview
2/28/2020 9:00:24 AM.
In this article, you will learn how to insert short date format("dd/mm/yyyy") into database table in asp.net using ajax calendar extender and display it into gridview.
Asp.Net MVC jQuery AJAX Form Submit using Serialize Form Data into a Model
11/6/2019 7:48:27 AM.
In this article, we will learn Asp.Net MVC jQuery AJAX Form Submit using Serialize Form Data into a Model.
AJAX-Enabled WCF Service Using JSON
9/30/2019 12:41:54 AM.
This article explains the use of JSON in WCF and AJAX-enabled WCF services.
Ajax Enabled WCF Service
9/19/2019 3:59:02 AM.
This article explains the Ajax Enabled WCF service to create an Ajax Enabled WCF service.
Method Not Allowed Error (HTTP 405) When Calling WCF Method From AjaxControlToolKit AutoCompleteExtender
9/12/2019 3:42:31 AM.
The solution to the error Method Not Allowed Error (HTTP 405) When Calling WCF Method From AjaxControlToolKit AutoCompleteExtender.
Calling WCF Services Using jQuery
9/3/2019 5:28:34 AM.
This article provides a quick overview of how to call a simple WCF service using jQuery Ajax Method in ASP. Net.
AJAX Interview Questions and Answers
5/21/2019 12:09:43 AM.
In this article you will learn AJAX Interview Questions and Answers.
Rendering a Partial View and JSON Data Using AJAX in ASP.Net MVC
5/13/2019 4:30:10 AM.
This article explains how to render a partial view and JSON data using AJAX.
Image Popup In ASP.NET Using AJAXControlToolkit ModalPopupExtender
4/17/2019 3:37:37 PM.
AJAXControlToolkit’s ModalPopupExtender is an important tool for showing popups in ASP.NET WebForms. Today, we will discuss how to show image popups on clicking the images in your Web Form.
How To Install The Latest Version Of AjaxControlToolkit For Visual Studio
4/12/2019 2:04:02 PM.
AjaxControlToolkit is an important part of Visual Studio and we can use it to create AJAX Enabled Controls in our web projects.
How To Load Partial Views In ASP.NET MVC Using jQuery Ajax
4/9/2019 6:06:56 AM.
In this article, we'll discuss partial views in ASP.NET MVC and loading them via jQuery AJAX.
Simple AJAX And Nested Async AJAX Request Handling In JS
4/4/2019 9:04:34 AM.
In this article, we will learn about an easy and efficient way to handle async Ajax requests in nested form or inside for loop.
Open a New Web Form in the Modal Popup of ASP.Net Application
4/1/2019 3:45:56 AM.
This article will help you to open a New Web Form in the Model Popup in ASP.Net application.
GET and POST Calls to Controller's Method in MVC
3/17/2019 10:13:24 AM.
In this article I am going to cover some really interesting material that is very useful today in web application development. You will learn how to make jQuery Ajax GET and POST calls to controller m
Ajax Workflow
2/7/2019 2:59:33 AM.
This article will explain how Ajax works. The JavaScript object XMLHttpRequest is actually part of AJAX technology. Using the XMLHttpRequest API, JavaScript can directly interact with the server.
Cascading Dropdown List With MVC, LINQ to SQL and AJAX
1/31/2019 3:15:52 AM.
This article explains how to populate a child DropDownList depending on each new value as values are selected in the parent's DropDown List.
Cascading Dropdown List In MVC Using LINQ to SQL
1/31/2019 3:05:29 AM.
In this article we will learn how to bind data from a table to a DropDownList in MVC using LINQ to SQL.
Always Visible Control Extender in ASP.NET Ajax
12/12/2018 4:28:05 AM.
In this article we will see how to use the AlwasyVisibleControlExtender of AJAX controls in an ASP.Net web page.
ASP.NET MVC AJAX Helper
12/7/2018 12:37:29 AM.
In this article we will learn about ASP.NET MVC AJAX Helper.
Inserting Data Using jQuery Ajax POST Method In ASP.NET MVC 5
12/6/2018 3:33:52 AM.
In this article, we will learn how to insert data using jQuery Ajax Post method in ASP.NET MVC 5.
Creating A Custom DataTable In MVC Using Entity Framework And jQuery/AJAX
11/25/2018 11:09:15 PM.
In this article, I will create a Custom Datatable in MVC using Entity Framework and Jquery / Ajax. Although there is jquery’s Datatable which can be used easily but here I will do server - side pagina
Fetch Office 365 Groups Programmatically Using Microsoft Graph API
11/1/2018 9:46:28 AM.
In this article, I have explained how to fetch Office 365 groups and users Programmatically using Microsoft Graph API.
ASP.NET MVC5 - Passing ViewModel Using JQuery Ajax And Strongly Typed View
10/31/2018 11:21:07 PM.
In this article, I will demonstrate how to work with ViewModel using JQuery Ajax and Strongly Typed view.
Bind Auto Columns HTML Table Using jQuery/JSON
9/28/2018 11:09:03 PM.
This article explains how to bind an HTML table to jQuery. without passing the column name in JSON data.
CRUD Operations Using AJAX/JSON
9/27/2018 1:35:03 AM.
This article shows you the crud operation without any Postback using the technologies AJAX, JSON & jQuery.
AJAX CRUD Operation With jQuery DataTables In ASP.NET MVC 5 For Beginners
9/3/2018 7:23:22 AM.
AJAX CRUD Operation With jQuery DataTables In ASP.NET MVC 5 For Beginners.
Power Of JSON/jQuery
8/30/2018 9:05:41 AM.
In this article, you see the real power of jQuery and JSON. I will show you how you can get the values of all the fields on the page in a single line and insert all the fields in a single query dynami
How To Start/Stop Loader On Every AJAX Call
8/6/2018 12:49:58 PM.
How To Start/Stop Loader On Every Ajax Call from any page with any kind of ajax call.
AJAX Web API Request Error In Azure Hosted Web Applications
6/6/2018 10:26:08 AM.
“Response to the preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘https://<<yourazureWebApp.net>>”
CRUD Operations In SharePoint REST API Using jQuery AJAX
6/6/2018 1:22:07 AM.
In this article I explain how to make create, read, update, and delete operations of sharepoint list items over HTTP requests.
Learn Angular 4.0 In 10 Days - AJAX Request Handling - Day Eight
2/20/2018 9:57:25 AM.
In this article, we will discuss how we can handle AJAX requests for fetching or sending data using Angular 4.0.
Ignite UI Data Grid In SharePoint Online Using AJAX - Part One
1/9/2018 10:32:36 AM.
How to use UI Data Grid in SharePoint Online using AJAX.
How To Play YouTube Video In ASP.NET Web Application Using AJAX
12/23/2017 11:38:34 AM.
Model Popup. While you are working with any web application and in any technology like asp.net, php, java or any other technology, sometimes it’s necessary to play media files or any media online in y
Disabling Controls During AJAX Calls
11/6/2017 11:57:03 AM.
In this article I will explain how to disable controls when an Ajax call is ongoing. This will prevent users from making more than 1 click on controls.
CRUD Operations In MVC Using Entity Framework With AJAX Call, jQuery, And All Validations
10/10/2017 1:38:45 AM.
This article describes how to perform basic CRUD operations in an Asp.Net MVC application using Entity Framework with Ajax call and j query. with using Datatable Grid ,Toaster messagebox and also Boo
How To Use jQuery AJAX To Call A PHP Page
10/9/2017 12:53:51 AM.
In this video, we will see how to use jQuery AJAX to call a PHP page.
Create Html Table In JavaScript Using Web-service Ajax Call
8/18/2017 2:24:54 AM.
In this video you will learn to create HTML table or other elements using jQuery, AJAX and Asp .NET WebMethod without postback.What you can expect from this video: Some basic HTML learning to create s
Introduction To jQuery And Web API 2 Controller’s Method Relationship Using jQuery AJAX In ASP.NET MVC Razor
8/7/2017 5:09:44 AM.
ASP.NET Web API is a smart framework to build HTTP services which can be consumed by Multi platform clients including desktops or smart phone devices, irrespective of browsers or Operating Systems bei
Create Rating in ASP.NET
6/26/2017 5:41:15 AM.
Here I explain how to create a rating in ASP.Net. The Ajax control toolkit Rating control provides an option to implement to rating on websites.
Ajax Client Side Framework Failed to Load in IIS7
6/26/2017 5:21:39 AM.
This article explains resolution of the error AJAX client-side framework failed to load in IIS7 using ASP.Net 4.0.
How To Make A Slide Show In ASP.NET Using AJAX Library Tool
4/21/2017 1:52:12 PM.
In this article, you will learn how to make a slide show in an ASP.NET, using AJAX Library tool.
Call Web API Using JQuery AJAX In ASP.NET Core Web Applications
3/25/2017 11:37:13 AM.
In this article, you will learn how to create a simple Web API and pass the data, and call the Web API using jQuery AJAX and parse into HTML in ASP.NET Web Application (.NET Core),
Read Posted Excel File Using NPOI Library In ASP MVC With AJAX
3/17/2017 1:34:58 PM.
In this article, we will learn how to read posted Excel file from AJAX, using NPOI DLL in our ASP MVC Application.