Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Tuesday, June 18, 2013
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > AJAX
Search
DevASP

What's New
What's Hot

Ajaxed: Ajax for classic ASP       
Total Hits: 624  |  Today: 0 Author: IRange       Rating:  
Read Reviews | Write Review |              Your Rating: 

Are you writing classic ASP pages and want to join in the Ajax revolution too? Really? Well, Ajaxed is for you. The framework is simialr to xajax for PHP, in that it allows you to tie in to a named function on th eserver side....

Simple/Reusable AJAX query with Classic ASP.       
Total Hits: 150  |  Today: 0 Author: Developer Shed       Rating:  
Read Reviews | Write Review |              Your Rating: 

Hey Guys. I've been a member here for a long time and decided to try to share some code that might be helpful to others. I hope someone can get some use out of it. The zip file contains eveything you need including the access DB and the "workingbar.gif". All you have to do is give the DB a dsn name of "ajax" and you will be ready to go....

Quick Code Samples       
Total Hits: 133  |  Today: 0 Author: Michal Gabrukiewicz.       Rating:  
Read Reviews | Write Review |              Your Rating: 

„ajaxed is the only one
still maintained free classic asp library
with built—in AJAX support. “...

NTRODUCING ASPajax       
Total Hits: 135  |  Today: 0 Author: aspajax.org       Rating:  
Read Reviews | Write Review |              Your Rating: 

AJAX is an increasing expectation of modern websites. However many of the world best developers still code in Classic ASP - without the use of heavy web frameworks....

A Simple Classic ASP and AJAX Example       
Total Hits: 120  |  Today: 0 Author: bryce@esonica.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

So you're still using Classic ASP, but need to implement some AJAX effects. To get started, its so much easier than you think (view the demo). You'll need a basic knowledge of Javascript and Classic ASP to build your first AJAX enabled page. There are 3 parts to every AJAX request.
1. The Request Page - this can be HTML, ASP, ASPX, PHP or any other type of web page you need to work with.
2. Javascript Functions - these are included in the Request Page, and handle the AJAX request and...

Implementing Remote Calling Without Using AJAX       
Total Hits: 147  |  Today: 0 Author: Rajesh Toleti       Rating:  
Read Reviews | Write Review |              Your Rating: 

Right now the latest buzzword around town is AJAX. AJAX is an acronym for Asynchronous JavaScript and XML and is a method used to implement remote calling. "Remote calling" is the exchange of information between client and server without page reloading/refreshing. When you use remote calling, there is no postback to the server and the page is not redelivered to the client browser....

Ajax with Classic ASP using jQuery       
Total Hits: 164  |  Today: 0 Author: Mikesdotnetting       Rating:  
Read Reviews | Write Review |              Your Rating: 

My simple article on Ajax with Classic ASP is one of the most popular on this site. So I thought it's about time I updated it to show how to use jQuery to Ajaxify a Classic ASP page. First of all, why use jQuery when the previous article works? Well, jQuery is a library that is designed to help web developers work with Javascript in a much more streamlined way. Internally, it handles a lot of the nonsense that developers have to work with in terms of cross-browser incompatibilities and it's synt...

Controlling Personal Projects with TDD/BDD       
Total Hits: 147  |  Today: 0 Author: J. Eggers       Rating:  
Read Reviews | Write Review |              Your Rating: 

Last night, a friend and I were discussing our ever growing list of personal projects and tasks that we strive to find/make time to whittle away. The items on our list ranged from reading a simple blog post, asking a mentor a question, or working on a personal, pet project. I don't know any developer who doesn't have a similar list to be honest....

Classic ASP and AJAX       
Total Hits: 119  |  Today: 0 Author: SkeyMedia       Rating:  
Read Reviews | Write Review |              Your Rating: 

There aren’t many tutorials on the web for Classic ASP and AJAX interfaces. Classic ASP is just about fazed out at most companies, but there are still plenty of legacy applications that use it. There is a lot of confusion about AJAX and what it is. Mainly, it is a client-side application that sends data to a back end parser, and thus the back-end processor can be written is anything from asp to cfm to php to old-school perl cgi’s....

Ajaxed: Ajax for classic ASP       
Total Hits: 311  |  Today: 0 Author: Dion Almaer       Rating:  
Read Reviews | Write Review |              Your Rating: 

Are you writing classic ASP pages and want to join in the Ajax revolution too? Really? Well, Ajaxed is for you. The framework is simialr to xajax for PHP, in that it allows you to tie in to a named function on th eserver side....

AJAX and Classic ASP       
Total Hits: 148  |  Today: 0 Author: Mikesdotnetting       Rating:  
Read Reviews | Write Review |              Your Rating: 

A new version of this article, using jQuery is available here.

Generic cross-browser js function to create an xmlhttpserver object. For a clear introduction to the basics of AJAX, this series of articles is particularly helpful: http://www.ibm.com/developerworks/web/library/wa-ajaxintro1.html....

Enabling Internet Explorer for Debugging ASP.NET AJAX       
Total Hits: 213  |  Today: 0 Author: Dan Wahlin       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft's ASP.NET AJAX framework provides a solid foundation for building efficient and high performance Web-based applications that can enhance the overall end user experience. No matter how good a development platform is, however, bugs and other issues can be introduced by developers and triggered by end users. Knowing how to quickly debug ASP.NET AJAX applications can greatly increase your productivity as a developer and reduce the amount of frustration experienced while tracking down issue...

What is Ajax       
Total Hits: 502  |  Today: 0 Author: Nipun Chadha       Rating:  
Read Reviews | Write Review |              Your Rating: 

We were getting a number of querries from our clients and friends, asking about what AJAX is? With the development of Microsoft’s Live, everyone is going crazy about AJAX. So, we at Xaprio Solutions thaught of publishing this small article about AJAX, which will help you guys understand it better.
Like DHTML, LAMP, or SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies together. In fact, derivative/composite technologies based substantially up...

Cross-browser ASP.NET AJAX Control Extender support - trickier than I thought       
Total Hits: 281  |  Today: 0 Author: Damian Mehers       Rating:  
Read Reviews | Write Review |              Your Rating: 

Porting a control extender that I am working to contribute to the ASP.NET AJAX Control Toolkit turned out to far more involved than I initially thought it would be. If you are a hardcore JavaScript developer then a lot of this may be familiar. But if you are like me, and JavaScript is just one of many technologies you are using, read on to learn from my mistakes....

AJAX Application       
Total Hits: 712  |  Today: 0 Author: Sujith Kumar       Rating:  
Read Reviews | Write Review |              Your Rating: 

Simple Ajax Application
CheckUser.php
display.htm...

Ajax - Perform a simple server side request and update two elements in the current HTML page.       
Total Hits: 699  |  Today: 0 Author: Boaz Yahav       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a simple usage example of Ajax that shows how to update a part of the HTML page without refreshing the page. This is a great GUI advantage which makes the application look more like a windows application rather then a web based client side application....

Ajax - Perform a simple server side request and update the current HTML page.       
Total Hits: 800  |  Today: 0 Author: Boaz Yahav       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a simple usage example of Ajax that shows how to update a part of the HTML page without refreshing the page. This is a great GUI advantage which makes the application look more like a windows application rather then a web based client side application....

Getting Started with the ASP.NET AJAX Control Toolkit       
Total Hits: 895  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you've been wanting to get started with AJAX, but haven't known where to start, this is your lucky day. The ASP.NET AJAX Control Toolkit is designed to provide a rich infrastructure for you to write your own ASP.NET AJAX extenders and controls, but it also provides a number of exceptional controls that can be used right out of the box by developers without any previous AJAX experience....

JavaScript and AJAX       
Total Hits: 240  |  Today: 0 Author: www.webmasterworld.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

I've got an ongoing project and there's a part of it I'd like to try to solve with ajax (using classic asp) so the browser doesn't need a full on submit.

If anyone could point me in the right direction it would be appreciated.
I'm fine with the db schema and happy to code this outside of the ajax world but want to push myself a bit where I can.

The project is a reporting system where the item being reported is made up of a number of static fields, eg....

ASP.NET AJAX meets Virtual Earth – Part Two       
Total Hits: 699  |  Today: 0 Author: Alessandro Gallo       Rating:  
Read Reviews | Write Review |              Your Rating: 

In the first part of this series, we started with an example of a simple web page that displays a Virtual Earth map on screen. The purpose of the code was to highlight some bad habits in writing markup and JavaScript code. We promised ourselves to rewrite the same page in order to take advantage of ASP.NET and the new AJAX framework. This is what we are going to do starting from part two of this series....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com