VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

AJAX with VB

M.Mehdi  (5 Submissions)   Coding Standards   Beginner   Wed 3rd February 2021

Working of AJAX with VB. When you want to get data directly from server. Very useful in ASP Applications, when you need to create dynamic and interactive pages without refreshing page and without making a roundtrip to server. This was made popular in 2005 by Google Suggest.
Google Suggest is using the XMLHttpRequest of Java Script object to create a very dynamic web interface: When you start typing in Google's search box, a JavaScript sends the letters off to a server and the server returns a list of suggestions.

Rate AJAX with VB (4(4 Vote))
AJAX with VB.bas

AJAX with VB Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters