Working AJAX in visual basic February 19, 2009
Currently posted in my new site http://akosipau.com
Ajax or Asynchronous JavaScript and XML is a web development technique that used XMLHttpRequest object to provide us a way to communicate with a server after a web page has loaded.
What Ajax or XMLHttpRequest object can do?
Update a web page with new data without reloading the page
Request data from [...]


