ajaxed v2.1.1 Demo

1. Calling a server side procedure

Test ajaxed functionality by adding up two number on server side using AJAX. Enter two numbers and press calculate to get the total. You will see that the page is not reloaded. Also recognize the "loading" indicator at the top right of the page.

+ =

2. Using page parts

Ajaxed also supports loading whole HTML fragments. This functionality is called "page parts". Page parts are simply sub's in your code which return HTML. This markup is then inserted automatically into a container of your choice. See a simple example:

Part one    Part two


You dont see the loading indicator? Set some seconds delay for the calculation: seconds (1-5)

Take also a look at the ajaxed developer console ajaxed console which supports you while you develop.

asp ajaxed