Click here to Skip to main content
15,889,720 members
Everything / Ajax

Ajax

Ajax

Great Reads

by Steve Krile
Fully AJAX-enabled user control used to select names from a database in a drop-down format.
by Member 4206974
FormGen, a JavaScript Form Generator
by Evoluteur
A full jQuery UI widget which supports various configurations and themes
by Arthur V. Ratz
Use HTML/CSS/JavaScript/Ajax for creating a simple lightweight Windows Vista/7 sidebar desktop gadget

Latest Articles

by Member 4206974
FormGen, a JavaScript Form Generator
by Mehul M Thakkar
.NET library to call server side method or API from JavaScript
by Manoj Mohan 07
Use Django to visualize download stats of Python packages and gain insights into package popularity and usage trends
by The Ænema
In this article, you will learn an easy way to protect your critical code logic in electron-based applications using a C++ native library.

All Articles

Sort by Updated

Ajax 

24 Jul 2012 by aadharshkannan
This gives you a modified version of Seadragon to run in Windows 8 Metro UI.
22 Dec 2017 by Abhishek Shrotriya
Develop the text comparator utility using jQuery plug-in, which internally uses Google's diff_match_patch.js library
13 Sep 2014 by Afzaal Ahmad Zeeshan
A slight comparison of ASP.NET upon other (web) programming languages in the market and a discussion of me and some other (web) programming language developers.
29 Mar 2011 by Albin Abel
Though update panel keeps the page responsive while paritially post back, it will not avoid a round trip of complete page and control events. So care needs for a better performance
18 Apr 2011 by Albin Abel
Just a simple note with sys.StringBuilder which is just beginner level
5 Aug 2010 by Alejandro Barrada
How to pass custom args to the OnSuccess callback function of javascript ajax
27 Mar 2013 by Alejandro Garcia
Databinding enumerators to DataBound controls.
8 Jul 2018 by Alen Toma
How to implement ObjectStatus with EntityWorker.Core and JavaScript
22 Aug 2014 by Alexander Parra Lorenzo
example to request a JSON data
25 Jul 2011 by AlexCode
Handling different default AJAX caching definitions between browsers.
28 Jun 2012 by Ameet Parse
ASP.Net Ajax AutoCompleteExtender without using Web Service
19 Sep 2013 by Amey K Bhatkar
UpdatePanel tutorial.
29 Nov 2015 by Amit Singh Baghel
Saving Details Table Data (An HTML Table) in Database by converting it into a jagged array and passing it to a table type parameter
26 Nov 2011 by amitthk
Post the page forms using Ajax intead of Normal Post (Like when using MVC)
26 Nov 2011 by amitthk
For ASP.NET MVC, HERE! is a much cooler approach:Basically, we use Ajax.ActionLink like this:The controller takes care of both the possibilities (Normal Post...
26 Nov 2013 by Amol Jadhao
How to bind dropdownlist in ASP.NET using JQuery Ajax
18 Mar 2012 by Anton Pious Alfred
The MVC Pattern was first conceptualized assuming all the three actors were present at one place. Since Web Applications have both a client and a server this needs to be applied differently without technology bias.
11 Dec 2012 by Anuja Pawar Indore
This is an alternative for "Using Ajax AutoCompleteExtender for autosuggest"
20 Oct 2011 by Anup Das Gupta (asteranup)
jQuery tooltip with Ajax tooltip datasource with gridview
1 Dec 2014 by Anurag Prajesh
How to add banner and slideshow in your website with adrotator
15 Oct 2015 by Anuraj Parameswaran
Ajax file upload with ASP.NET 5
27 Jan 2010 by arash2009
Have you ever developed a web application with several Ajax Update panels on one page and then wondering which one caused the postback ?Well, this happened to me and after many dead ends, here is the key to finding what UpdatePanel caused the...
8 Feb 2017 by Arun Chandrasekhara Pillai
Generic JqGrid implementation in MVC with custom filtering and dynamic sorting
17 Dec 2012 by AshishChaudha
This article describes the working of fileupload inside an updatepanel and showing the file upload progress to the user.
21 Nov 2013 by Avinash6474
By entering latitude and longitude get location details Country, state, city, pin code, etc.
14 Mar 2015 by Azim Zahir
This tip explains implementing AJAX in ASP.NET MVC.
25 Apr 2016 by B. Clay Shannon
Simplest possible step-by-step instructions on how to set up an ASP.NET MVC app to use AJAX from the client to call a Controller method, sending data from the client (jquery code on a View) to the server (C# code on a Controller), and then response data back from the server to the client.
3 May 2016 by B. Clay Shannon
If you don't need to send or receive data, it is very easy to call Server code from Client/jQuery Code
13 May 2016 by B. Clay Shannon
Using HTML and jQuery/AJAX to dynamically modify the contents of a Web page
19 Aug 2013 by babydragoner
Introduce how to use oGrid
10 Nov 2011 by Bangla Gopal Surya Prakash
Modal Popup in PageLoad
28 Aug 2015 by Bert O Neill
AngularJS and Web API Active Directory Security (Authorisation)
2 Sep 2015 by Bert O Neill
AngularJS RibbonBar written with HTML & CSS (and a little JQuery)
25 Apr 2013 by Bhargava K Pandey
Create an infinite list with “Load More” button appearing at the bottom of the lists that can be used to load data on demand, using AJAX
28 Sep 2014 by Bhushan Mulmule
This is terribly unorganized document with mix of MVC, Entity Framework, LINQ, HTML 5 and JQuery how tos...
13 Mar 2014 by BradodarB
Simple example outlining how to optionally employ AHAH based views in an MVC application.
7 Jun 2010 by Bryian Tan
How ASP.NET redirects web page with AJAX loading indicator image
22 Jul 2014 by Chintankumar Panchasara
The below tip will help developers retrieving user id by account name using SharePoint REST APIs.
28 Feb 2013 by Dav Zen
Simple and easy to use jQuery matrix 2D.
23 Jun 2014 by Dejan Mauer
This is probably the simplest solution for storing web form data into database. We will use Google Forms and Google Spreadsheets as our 'database'.
15 Apr 2013 by Devanand7
How to use Backbone.js to make a structured web application.
15 Aug 2019 by dimpant
Utilize the Rating Ajax control in your ASP.NET Web Forms application.
7 Dec 2014 by Dinand.dotnet
How to easily run a function in C# from the view using ajax/jquery
27 Feb 2014 by Dinesh K.S. Kushwaha
3 Jul 2014 by DiponRoy
How to use Ajax validation in Knockout
16 Apr 2010 by e.bonavero-miller
To enable JS intellisense in Visual Studio 2010, you have two options (there are others to do with reference tag name and assembly) but these are the ones that I know work.i) Add a JavaScript file to an AJAX server control project (which references System.Web.Extensions and hence the...
13 Apr 2014 by Edson_Ferreira
This tip will demonstrate how to create a SPA using an MVC Application, AJAX and History.js
12 Nov 2015 by Eduardo Yost
Creating a Web User Control containing an AutoCompleteExtender for data through WCF (JSON) allowing to store the entity selected through EntityFramework. Entity object serialization from the server to the client and the client to the server.
9 Feb 2014 by Er. Mayank Kothari
Generate barcode image in web application
25 Jun 2011 by Frank Kerrigan
Enabling ModalPopupExtender from ServerSide Code in the Ajax Control Kit
27 May 2012 by Gaurav Babbar :D
Use of XMLHTTPREQUEST (Raw AJAX).
21 Apr 2011 by gladtobegrey
Why not simply:markup = [];markup.push('');markup.push('');markup.push('');markup.push('');markup.push('Sample \'StringBuilder\' HTML');markup.push('');markup.push('');alert(markup.join('\n\r'));markup.toString() could...
3 Nov 2013 by Hovhannes Bantikyan
This is a simple infinite scroll with Ajax post and JSON. Have fun :)
22 Feb 2016 by Indresh_Prajapati
This tip will help beginners to implement CRUD operations in ASP.NET MVC 5 using WebAPI 2 with scripting language as AngularJS and Database as MS SQL 2008R2.
12 Jan 2010 by J a a n s
There will be some scenarios where we may have to identify the sender that caused the async postback(While using update panel) . Normally we will try to identify the control by checking the sender element . This wont be always giving the correct value as multiple clicks/ elements under the...
12 Jan 2010 by J a a n s
We can display a page mask (for avoiding unnecessary clicks) during a async postbacks with the help of an modalpopup extender.1. Add a new modalpopup extender in the page.
18 Nov 2015 by Javad Zarrinabadi
MVC Master Detail example with partial view and modal dialog
8 Feb 2011 by jfriedman
//Using MooToolswindow.addEvent('unload', Cookie.delete.pass('applicationCookie'));//using JavaScript by itself...//http://www.quirksmode.org/js/cookies.htmlvar eraser = function () { eraseCookie('applicationCookie'); };if(window.addEventListener) window.addEventListener('unload',...
13 Apr 2015 by JIANGWilliam
This article discusses some potential pitfalls with Telerik based automation test development.
16 Jul 2011 by joetavMB
A method to call a function in JavaScript after each response.
7 Oct 2012 by John Bhatt
How to create a nice Accordion Panel with CSS
9 Aug 2014 by John Bonfardeci
Cascading Asynchronous Function Execution (CAFÉ) is a design pattern for easily managing the execution sequence of asynchronous requests and callbacks within a medium to large JavaScript framework.
27 Jun 2013 by Jon Woo
Consolidating all the information that I have found on cross domain interaction in the web world
20 Nov 2011 by Jovan Popovic(MSFT)
Example showing how to persist positions of the sortable elements after drag&drop reordering using the JQuery UI sortable
15 Oct 2011 by Jules Bartow
My dataType:json call to WSEzPL8.asmx/GetCompaniesJSON for a jQuery auto-complete dropdownlist list inside a jQuery dialog works great (just in case anyone is having problems getting their AjaxControlToolkit ComboBox inside an AjaxControlToolkit ModalPopupExtender to work). Fiddler shows JSON...
15 Oct 2014 by Kamal Surani
Recording video of your product and promoting video in cloud to get more customers
2 Aug 2016 by Karthik_Mahalingam
Show/hide the loading GIF image while exporting a file from server
6 Nov 2011 by kas ibabu
An easy way to understand Ajax help in ASP.NET
8 Feb 2014 by Kashif Amin Makhdoom
Progressbar using JQueryUI and SignalR
29 Jan 2017 by Krishna KV
Access the API using the promise HTTP
2 Feb 2015 by lakhdarr
Using angularjs global controllers and MVC Razor to divide page (load) rendering between server and browser
20 Jun 2012 by Lavish Kumar
How to use ASP.NET AJAX Calender Extender
5 Mar 2015 by LiQuick
Using JQuery AJAX calls to load ASPX page(s) into another HTML/ASPX page
19 Aug 2013 by luivis7
A simple example of how to use jQuery Autocomplete to make an AJAX call to WebAPI in an MVC4 application.
28 Jul 2014 by lusgon
Uploading a file using WCF REST API and JavaScript
6 Oct 2014 by Lyubomir Rumenov Velchev
Display Bootstrap Modal Dialog using Version Bootstrap v3.2.0 and v3.0.0 - issue
27 Feb 2016 by M. Salah AbdAllah
Pjax ASP.NET webform is simple code that uses Ajax and pushState to deliver a fast browsing experience with real permalinks, page titles, and a working back button.
28 Feb 2013 by M.Ardekanian
A simple and easy way to implement uploading file with progress info to an ASP.NET page.
8 Feb 2011 by M.Farrukh Abbas
There is no fool-proof technique to catch the browser close event for 100% of time. The trouble lies in the stateless nature of HTTP. I will explain one of them which is very effective and tested
7 Jan 2010 by M.Premraj
What is jQuery?jQuery is a Art, technology, development, coding and hobby.jQuery is a part of WEB 2.O. This is a modern and new technology which is implemented in the browser level. In this tech. all things are handling in div component, JavaScript and CSS.This is a one kind of open...
22 Aug 2014 by Mahesh Nandanan
Calling Server Side Method inside an aspx file and Web Service(asmx) method using JavaScript and Ajax
16 Feb 2023 by Manoj Mohan 07
Use Django to visualize download stats of Python packages and gain insights into package popularity and usage trends
21 Nov 2014 by ManojKumar19
Learn how to configure dynamic compression in IIS 7.5 to improve performance
5 Mar 2013 by Marcio_Coelho
This sample demonstrates how to pass data (variables) from code behind to JavaScript.
18 Sep 2017 by massimiliano aronica
Speed up the loading of the main view by automatically loading partial views in async
22 Oct 2014 by Mathew Soji
This tip guides through implementing a basic REST based Web API service with multiple GET methods and its consumption using JQuery client
21 Oct 2018 by Matias Lopez
How to open a JSON file in JavaScript for Web"
5 Apr 2011 by Matthew Dennis
jQuery has changed its implementation of how it creates JSONP requests in a way that can break some applications.
5 Jan 2010 by Mehul M Thakkar
In Javascript if you want to access any control, the syntax would be like thisdocument.getElementById('');The alternative of this syntax while using Ajax is$get(''); Enjoy CodingMehul Thakkar
27 Jul 2012 by Member 4332221
Create count down timer using ASP.NET Timer Control and Ajax
8 Sep 2011 by mhamad zarif
How to close all panes in an AJAX Accordion.
7 Jul 2014 by Michael Bergman
Using Windows Communication Foundation to build a simple web server
19 Dec 2013 by Michael Rosqvist
A small sample showing how to create a Google Heatmap in ASP.NET/VB.NET
19 Aug 2013 by Mikeqm
Making the web work with Pick
21 Feb 2013 by mimtiyaz
Insert and bind records from a dropdownlist using AJAX UpdatePanel
18 Oct 2013 by Ming_Lu
Simple and Fast Color Picker Built on JQuery