logo The Alpha Five V10 Web Application Demos



AJAX Techniques Using Xbasic

Example 1 -Introduction to very basic AJAX programming techniques
Example 2 -Validating data in a form using AJAX callbacks
Example 3 -Cascading drop down lookups using AJAX callbacks - (against DBF tables)
Example 4 -Populate data in a form when value in a comboxbox changes (against DBF tables)
Example 5 -Display a list of suggestions when user types in an input control (DBF)
Example 6 -Display a list of suggestions when user types in an input control (SQL)
Example 7 -Display a tree control that is dynamically populated by making an AJAX callbacks (DBF).
Example 8 -Display a tree control that is dynamically populated by making an AJAX callback (SQL)
Example 9 -Interactive tutorial explaining the basic functionality of the tree control included in the Alpha Ajax Form Library.
Example 10 -Using Xbasic to code a Grid with Detail View using AJAX callbacks for speed
Example 11 -Interactive tutorial of the basic functions used in programming AJAX pages
Example 12 -Tutorial on how to create message boxes and pop-up, dragable windows.
Example 13 -Tutorial on how to create dynamically populated edit-combo boxes
Example 14 -The Tab Object (showing tabs on top and automation examples)
Example 15 -The Tab Object (shown tabs on the bottom)
Example 16 -The Tab Object (showing tabs on the left)
Example 17 -The Tab Object (showing tabs on the right)
Example 18 -Nested Tab Objects
Example 19 -The Tab Object can be created using Javascript
Example 20 -Tab Panes can be dynamically populated with AJAX callbacks
Example 21 -Interactive tutorial on using the Tab Object
Example 22 -Interactive tutorial on using the Accordion Object