Using the AJAX Library: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
If you are here , then you probably want to develop a web solution. We will asumme that you know  [[How to develop ASP pages]] .
If you are here , then you probably want to develop a web solution. We will asumme that you know  [[How to develop ASP pages]] .


This page discusses how to use the AJAX library. If you are looking for code snippets then look are the [[AJAX CookBook]]
This page discusses how to use the AJAX library. If you are looking for code snippets then look are the [[AJAX Cookbook]]





Revision as of 17:08, 14 September 2007

Ok. now you are hooked. and you want to start using the AJAX library . This page is about that.


If you are here , then you probably want to develop a web solution. We will asumme that you know How to develop ASP pages .

This page discusses how to use the AJAX library. If you are looking for code snippets then look are the AJAX Cookbook


Howtos



"The Good stuff"

You probably allready now how to create a datamodel Using DataDictionaries . Now just attach these Using AJAX Web Browser Objects - this brings your existing datamodel to the ajax world. ( See AJAX Rating Example for how to do that ).

Typical problems

  • if you get a http 500 , then you probably forgot to copy the files from the the AppHtml dir in the AJAX library to your project .
  • remember to set the correct access rights on your asp files.
  • Remember to have the same version installed on the server and in the webapplication AppHtml directory