While reading about ASP.NET Ajax toolkit I stumbled upon the term AJAH. What is it and how is it different from Ajax?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AJAH is someone’s attempt to come up with a new buzzword to mean “Having JavaScript make an HTTP request and get back a blob of HTML instead of a blob of XML”.
Since Ajax has been taken to mean “Having JavaScript make an HTTP request and get back anything at all” (most often JSON these days, but a blob of HTML is also very common), it is a pretty pointless attempt.