TECHNOLOGIES
ANSWERS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
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]
Muhammad Aqib Shehzad (13)
Vignesh Mani (6)
Vithal Wadje (6)
Nilesh Jadav (4)
Manas Mohapatra (4)
Sabyasachi Mishra (4)
Yogi S (3)
Sandeep Singh Shekhawat (3)
Anoop Kumar Sharma (3)
Ajay Gandhi (3)
Nishan Aryal (2)
Akshay Phadke (2)
Debasis Saha (2)
Rahul Saxena (2)
Buddika Widu (2)
Amol Jadhao (2)
Nitin Sharma (1)
N Vinodh (1)
Nikunj Satasiya (1)
Brij Mishra (1)
Talaviya Bhavdip (1)
Jatin Malik (1)
Satyaprakash Samantaray (1)
Abhimanyu K Vatsa (1)
Neha Sharma (1)
Nitesh Luharuka (1)
Ehsan Sajjad (1)
Asma Khalid (1)
Ramesh Palanivel (1)
Rupesh Kahane (1)
Ravi Raghav (1)
Bryian Tan (1)
Lucy Jones (1)
Manzoorthetrainer (1)
Harpreet Singh (1)
Anil Thakur (1)
Sateesh Arveti (1)
Rion Williams (1)
Rohatash Kumar (1)
Suraj Sahoo (1)
Mannan Bahelim (1)
Pawan Tiwari (1)
Vincent Maverick Durano (1)
sanman chavan (1)
Jean Paul (1)
Manoj Kalla (1)
Hussein Salman (1)
Pankaj Kumar Choudhary (1)
Saillesh Pawar (1)
Ragunath V (1)
Shridhar Sharma (1)
Shashangka Shekhar (1)
Ankit Bansal (1)
suryakant nayak (1)
Vishal Gilbile (1)
Related resources for Ajax
No resource found
How to use AJAX?
11/26/2019 10:16:44 PM.
How to use AJAX?
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
How To Load Partial Views In ASP.NET MVC Using jQuery Ajax
11/8/2017 5:06:06 AM.
In this article, we'll discuss partial views in ASP.NET MVC and loading them via jQuery AJAX.
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
Working With Html.BeginForm() and Ajax.BeginForm() in MVC 3
7/27/2017 7:35:23 AM.
This article explains the behavior of both Html.BeginForm() and Ajax.BeginForm() although these are the same and return the same MvcForm object.
GET and POST Calls to Controller's Method in MVC
7/12/2017 7:37:45 AM.
In this article I am going to cover some really interesting material that is very useful today in web application developments. You will learn how to make jQuery Ajax GET and POST calls to controller
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.
AJAX CRUD Operation With jQuery DataTables In ASP.NET MVC 5 For Beginners
6/14/2017 12:45:55 AM.
AJAX CRUD Operation With jQuery DataTables In ASP.NET MVC 5 For Beginners.
ASP.NET MVC 5 - Razor AJAX Form Control
4/27/2017 11:53:20 AM.
This article is about Razor view engine UI control AJAX Form UI control.
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.
jQuery Unobtrusive AJAX For Partial Updates In ASP.NET MVC
4/18/2017 10:56:48 AM.
In this article, we will learn how to update a div partially using jQuery Unobtrusive AJAX in ASP.NET MVC Applications.
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.
Calling ASP.NET Web API Service Cross Domain Using AJAX
2/25/2017 12:27:01 PM.
In this article, you will learn about calling ASP.NET Web API Service cross domain, using AJAX.
ASP.NET MVC Ajax.BeginForm AjaxOptions OnSuccess, OnFailure
2/22/2017 11:46:37 AM.
ASP.NET MVC Ajax.BeginForm AjaxOptions custom arguments for OnSuccess, OnFailure.
Calling ASP.NET Web API Service In Same Domain Using AJAX
2/20/2017 11:05:32 PM.
In this article, you will learn about calling ASP.NET Web API Service in the same domain using AJAX.
AJAX Call For Dropdown Lists In MVC
2/6/2017 10:40:32 AM.
In this article, you will learn about AJAX call for dropdown lists in MVC.
Calling A C# Function With jQuery AJAX In ASP.NET MVC
2/4/2017 3:58:22 AM.
This article explains how to use jQuery AJAX method in ASP.NET MVC.
ASP.NET Multiple Selection DropDownList with AJAX HoverMenuExtender
1/5/2017 1:20:35 AM.
An article on how to build a Multiple Selection DropDownList with AJAX HoverMenuExtender.
How To Make Your AJAX Websites And Applications Friendly Towards Search Engines
12/15/2016 11:27:23 PM.
In this article, you will learn how to make your AJAX websites and applications friendly towards search engines.
Practical Approach To ASP.NET Web Services - Part Six - Calling ASP.NET Web Service From Java Script Using AJAX
12/6/2016 6:20:15 PM.
In this article, you will see how to call a Web Service from JavaScript using ASP.NET AJAX.
AJAX Control Toolkit Tutorial - Cascading Extender - Part Thirteen
11/30/2016 1:17:35 PM.
In this article, you will learn about Cascading DropDown Extender in AJAX Control Toolkit , with examples.
AJAX In ASP.NET
11/15/2016 11:20:16 AM.
This article describes what AJAX is and how it can be implemented in ASP.NET MVC WebForms.
Search Function In Each Column Using AJAX Table In ASP.NET MVC
11/11/2016 2:42:10 PM.
In this article, you will learn how to place a search function In each column using AJAX Table in ASP.NET MVC.
jQuery Based AJAX ASP.NET MVC Google Maps Web App
10/31/2016 4:29:02 PM.
In this article, you will learn how to create a jQuery based AJAX ASP.NET MVC Google Maps web app.
Calling ASP.NET WebAPI Service In A Cross Domain Using JQuery AJAX
10/2/2016 1:22:38 PM.
In this article, you will learn how to call ASP.NET WebAPI Service in a cross domain, using jQuery AJAX.
Avoid Cross Site Scripting (XSS) Attacks While Posting Data Through AJAX In MVC Application
9/28/2016 4:17:28 PM.
In this article, we will learn how to avoid Cross-Site Scripting attacks when we are posting our data through AJAX POST method in our application.
Passing Multiple Models Using AJAX In ASP.NET MVC Step By Step
9/27/2016 2:50:02 PM.
In this article, you will learn about passing multiple Models in ASP.NET MVC, using AJAX.
AJAX Control Toolkit Tutorial: Calendar Extender - Part Twelve
9/8/2016 12:42:08 PM.
In this article, we will learn about the Ajax control toolkit Calendar Extender, with examples.
Interview Questions Related To ASP.NET, SQL, AJAX And JQuery
9/3/2016 4:29:13 PM.
Being a ASP.NET developer, I have faced many interviews and faced so many questions. In this article, I will try to share some of the questions and their answers.
Comma Separated AutoComplete TextBox In ASP.NET MVC
8/15/2016 10:48:27 AM.
In this article, we will learn how to make comma separated autocomplete TextBox .
Ajax Form in ASP.Net MVC
7/26/2016 12:09:25 AM.
This article introduces how to implement Ajax functionality on form submit using JavaScript.
AJAX File Upload Using JQuery
7/21/2016 7:28:46 AM.
In this article, we will look into file upload using JQuery plug-in. Ajax file upload plug-in allows us to upload files to server.
Enable Ajax Loader In ASP.NET MVC
7/20/2016 8:38:07 AM.
In this article, you will learn how to enable Ajax loader in ASP.NET MVC.
Detecting AJAX Requests In ASP.NET MVC 6
7/13/2016 6:18:50 PM.
In this article, you will learn how to detect AJAX requests in ASP.NET MVC 6.
CRUD Operation In ASP.NET MVC Using AJAX And Bootstrap
7/11/2016 6:08:13 PM.
In this article, you will learn how to perform CRUD Operation in ASP.NET MVC using Ajax and Bootstrap.
AJAX Control Toolkit Tutorial: BarChart - Part Ten
6/27/2016 4:41:55 AM.
In this article, we will learn about Ajax control toolkit Bar Chart with examples.
AJAX Control Toolkit Tutorial: Bubble Chart - Part 11
6/26/2016 12:13:20 PM.
In this article, we will learn about the Ajax control toolkit Bubble Chart, with examples.
AJAX Control Toolkit Tutorial: BalloonPopup Extender - Part Nine
6/21/2016 10:18:12 AM.
In this article, we will learn about Ajax control toolkit Balloon Popup Extender with examples.
AJAX Control Toolkit Tutorial: AutoComplete - Part Eight
6/17/2016 11:36:22 AM.
In this article, we will learn about Ajax control toolkit auto complete extender with examples.
AJAX Control Toolkit Tutorial: AsyncFileUpload - Part Seven
6/9/2016 12:26:06 PM.
In this article, we will see how we can use the Ajax control toolkit Async File Upload control with examples. This is part seven of the article series.
AJAX Control Toolkit Tutorial: AreaChart - Part Six
6/4/2016 1:00:09 PM.
In this article we will see how we can use the Ajax control toolkit AreaChart control with examples. This is part six of the article series.
Insert Data Into SQL Server Using JQuery in ASP.NET
6/3/2016 1:47:06 PM.
In this article you will learn how to Insert Data Into SQL Server Using JQuery in ASP.NET.
AJAX Control Toolkit Tutorial: AnimationExtender- Part Five
5/31/2016 10:30:19 AM.
In this article we will see how we can use the Ajax control toolkit animation extender control with examples.
Rendering a Partial View and JSON Data Using AJAX in ASP.Net MVC
5/30/2016 11:34:11 PM.
This article explains how to render a partial view and JSON data using AJAX.
AJAX Control Toolkit Tutorial: AlwaysVisibleControl- Part Four
5/27/2016 10:46:41 AM.
In this article you will learn about AlwaysVisibleControl in AJAX Control Toolkit.
AJAX Control Toolkit Tutorial: AjaxFileUpload - Part Three
5/26/2016 12:14:00 PM.
In this article we will learn about Ajax control toolkit Ajax file upload control with examples. This is part three of the article series.
AJAX Control Toolkit Tutorial: Accordion - Part Two
5/17/2016 10:55:53 AM.
In this article we will see AJAX Control Toolkit accordion collapsible panel in action with examples.
AJAX Control Toolkit Tutorial: Introduction - Part One
5/15/2016 5:34:42 AM.
In this article you will learn about AJAX Control Toolkit.
AngularJS From Beginning: REST API - Part Eight
5/15/2016 3:00:43 AM.
In this article, we will discuss how to use $http service or Ajax request to access REST API in AngualrJS.
Post Strongly Typed Html.BeginForm View Data Into DataBase Using jQuery Ajax In ASP.NET MVC
5/14/2016 2:53:08 PM.
In this article we will learn how to post Strongly Typed HTML.BeginForm View Data using jQuery Ajax In ASP.NET MVC.
AngularJS From Beginning: Http Request or Ajax - Part Seven
5/12/2016 11:41:35 AM.
In this article, we will discuss how to use $http service or ajax request in AngualrJS.
Check Session Status From Client Side Using Ajax In ASP.NET MVC
4/25/2016 11:35:27 AM.
In this article you will learn how to check Session Status from client side using Ajax in ASP.NET MVC.
Render Partial View As Modal Popup Using AJAX Call with JSON
4/18/2016 11:11:13 AM.
In this article I am going to show how we can render a partial view in a modal popup with AJAX call.
Showing Data Using jQuery Ajax Call JSON In ASP.NET MVC
4/10/2016 2:17:20 PM.
In this article I am going to show how to display data using jQuery, AJAX Call, JSON in ASP.NET MVC Application.
Unobstrusive Ajax & Handle Unauthorized Request In MVC
4/5/2016 10:46:49 AM.
In this article I will be sharing basic stuff which comes in handy in MVC applications.
ASP.NET MVC AJAX Helper
3/30/2016 11:56:38 AM.
In this article we will learn about ASP.NET MVC AJAX Helper.
Bind Dropdown on Selection Change of Another Dropdown in MVC Using Ajax and JQuery
3/4/2016 9:37:02 AM.
In this article you will learn how to bind dropdown on selection change of another dropdown in MVC using Ajax and jQuery.
ASP.NET MVC: Implementing A ShoutBox Feature Using jQuery And AJAX
2/24/2016 9:17:17 AM.
In this article you will learn how to Implement a ShoutBox feature using jQuery and AJAX in ASP.NET MVC.
Ajax.BeginForm In ASP.NET MVC 5
2/8/2016 11:49:44 PM.
In this article we will learn about the role of Ajax.BeginForm in ASP.NET MVC.
Using JSON, AJAX, jQuery With ASP.NET MVC 4 Application - Part 2
1/22/2016 11:10:09 AM.
In this article you will learn how to use JSON, AJAX, jQuery With ASP.NET MVC 4 Application.
JQuery Basic Use, Method Chaining, Ajax with ASP.NET Web Method
1/22/2016 9:40:24 AM.
In this article you will learn the basic usage of JQuery, Method Chaining, Ajax with ASP.NET Web Method.
SharePoint Page Performance Optimization
1/22/2016 12:48:19 AM.
In this article we can explore few options to improve SharePoint Page Performance.
Use AJAX Control Toolkit Calendar Extender With ASP.NET
1/9/2016 12:18:55 PM.
In this article you will learn how to use AJAX Control Toolkit’s Calendar Extender with ASP.NET WebForm.
ASP.NET MVC Partial Updates Using Unobtrusive Ajax And JQuery
1/8/2016 3:20:45 PM.
In this article you will learn ASP.NET MVC partial updates using unobtrusive Ajax and JQuery.
Store Local Storage Data Into Database Using Ajax
1/7/2016 2:51:52 PM.
In this article you will learn how to store local storage data into database using Ajax.
File Upload Through JQuery AJAX In ASP.NET MVC
12/30/2015 3:25:12 AM.
This article describes how to upload files through jQuery AJAX in ASP.NET MVC.
Implementing AJAX In ASP.NET Using XMLHttpRequest Object
12/27/2015 1:29:44 AM.
This article describes how to implement AJAX through XMLHttpRequest in ASP.NET.
Post Data To Controller Without Page Refresh In ASP.NET MVC
12/25/2015 1:01:16 PM.
In this article we will learn how to post data to controller without page refresh in ASP.NET MVC using Ajax.BeginForm.
Update View Using JSON Data In MVC Using AJAX
12/16/2015 1:44:14 PM.
This article will help you to understand how you can update your view using AJAX and JSON data in MVC.
Using JSON, AJAX, jQuery With ASP.NET MVC 4 Application - Part 1
12/11/2015 12:47:33 AM.
In this article you will learn how to use JSON, AJAX, Jquery With ASP.NET MVC 4 Application - Part 1
Changing The Image On Previous And Next Button Using Ajax In MVC 5
12/7/2015 3:19:54 PM.
In this article we will learn stepwise how to change the image in previous and next button using Ajax in MVC.
Sending Complex JSON Objects To ASP.NET MVC View Using JQuery Ajax
12/6/2015 12:03:22 PM.
In this article you will learn about View Model and sending complex JSON Objects to ASP.NET MVC View using JQuery Ajax.
Ajax Calender With Timezone
11/25/2015 1:44:08 AM.
In this article, i will explain how to use ajaxControlToolkit:CalendarExtender with specific TimeZone and to override local Timezone.
Update A Div And Partial View Using Ajax.BeginForm On Form Submit
11/3/2015 4:00:22 AM.
In this article we will learn step by step how to update the partial view in div using Ajax.BeginForm.
Implementing Modal Popup In MVC Application
10/28/2015 12:42:55 AM.
In this article we will implement modal pop up using ajax call in MVC Application.
Inserting Data Using jQuery Ajax POST Method In ASP.NET MVC 5
10/23/2015 1:54:34 AM.
In this article we will learn how to insert data using jQuery Ajax Post method in ASP.NET MVC 5
Use ListSearchExtender Of Ajax In ASP.NET
10/22/2015 1:20:00 AM.
In this article, I will show you how to use ListSearchExtender of Ajax in ASP.NET.
Use MutuallyExclusiveCheckBox Extender Of Ajax In ASP.NET
10/20/2015 5:47:59 AM.
In this article I will show you how to use Mutually Exclusive CheckBoxExtender of Ajax in ASP.NET where we use checkbox as Radiobutton.
Accordion Control In Ajax Control Toolkit (ASP.NET)
10/18/2015 2:53:01 PM.
In this article, we will learn how to use Accordion control of AJAX Control Toolkit in ASP.NET.
Update Database On CheckBox Change (Checked/Unchecked) Using jQuery and Ajax
10/17/2015 9:52:12 AM.
In this article I will explain how to populate (bind) CheckBox in GridView from the database in ASP.NET using jQuery and Ajax.
How to Use NumericUpDown Control Of Ajax In ASP.NET Using C#
10/14/2015 3:07:32 PM.
In this article we will learn about how to use NumericUpDown control of Ajax in ASP.NET using C#.
ASP.NET MVC Application - Using JQuery, AJAX
10/8/2015 12:42:25 AM.
In this article we will clarify our knowledge about using and posting a form with JQuery and Ajax.
Add AJAX Control Toolkit In Visual Studio
10/7/2015 1:55:10 AM.
In this Post, we will learn how to add Ajax Control Toolkit in Visual Studio.
Sending PartialView Through jQuery Ajax Request In ASP.NET MVC
9/22/2015 2:22:44 PM.
This article helps how to send PartialView through AJAX in ASP.NET MVC.
CRUD Operations Using Ajax - Part 2
9/10/2015 4:13:13 AM.
This articles explains CRUD operations in ASP.NET using Ajax. It is part-2 of the series.
CRUD Operations Using Ajax - Part 1
9/9/2015 4:37:18 AM.
This articles explains CRUD operations in ASP.NET using Ajax.
Add And Delete HTML Table Rows Dynamically Using ASP.NET
9/7/2015 6:53:22 AM.
This article demonstrates how to add and delete HTML table rows dynamically at run time and save all the rows into the database.
ASP.NET Autocomplete Textbox Using jQuery, JSON and AJAX
9/6/2015 2:15:04 PM.
In this article, we will learn how to show icons in the textbox suggestions using jQueryUI Autocomplete widget and ASP.NET Web Service.
Bind Stack Column Chart in ASP.NET Using jQuery And Ajax
9/3/2015 7:27:10 AM.
This article will help you to bind a stack column chart (Using Highchart Plugin) by calling a web service from jQuery AJAX in ASP.NET.
Check Password Strength Using Ajax PasswordStrength Control in ASP.NET
9/2/2015 3:28:30 AM.
In this article we will learn how to check strength of password using PasswordStrength control of Ajax Control Toolkit.
Bind Drilldown Highchart in ASP.NET Using jQuery and Ajax
8/20/2015 7:43:48 PM.
This article will help you to bind a drilldown highchart (Bar Chart) by calling a web service from jQuery AJAX in ASP.NET.
Use DropDownList Dynamically Using Ajax
8/14/2015 11:30:35 PM.
In this article we will learn how to use dropdownlist dynamically using Ajax.
Sending Automatic Mails in ASP.NET
8/10/2015 5:39:49 AM.
In this article you will learn how to Sending Automatic Mails in ASP.NET.