Hi, i am new in this field and would like to know more on this new thing AJAX. Does this technology have to combined with php only or is a standard that can be utilsed with JSP and ASP as well ?
Ajax is a client-side technology to make requests back to the server under Javascript control. What server-side technologies you use is pretty much moot.
I use Ajax successfully with servlets and JSP on a daily basis.