Print Page | Close Window

Using a database with ajaxed

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=28439
Printed Date: 28 March 2026 at 1:40pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Using a database with ajaxed
Posted By: angkorboy
Subject: Using a database with ajaxed
Date Posted: 19 March 2010 at 3:57pm
Do You know Asp can intergrated with Ajax?

AJAX = Asynchronous JavaScript and XML.  AJAX is based on JavaScript and HTTP requests. AJAX is not a new programming language, but a new way to use existing standards. AJAX is the art of trading data with a web server, and changing parts of a web page, without reloading the whole page.

Sample Ajaxed Database 


ASP:
  1. <!--#include virtual="/ajaxed/ajaxed.asp"-->
  2. <%
  3. set p = new AjaxedPage
  4. p.DBConnection = true
  5. p.draw()
  6.  
  7. sub init() : end sub
  8.  



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net