Hi,
If user turned off the javascript in the browser ,does the Ajax controls work?
If it works how is it possible since ajax is using javascript.
Thanks SC
Hi,
If user turned off the javascript in the browser ,does the Ajax controls work?
If it works how is it possible since ajax is using javascript.
Thanks SC
Simple answer: No. It does not work and you have no chance of getting AJAX to work when the client has disabled his javascript.
AJAX - still means, Asynchronous JAVASCRIPT and XML. So, if the browser has turned off the J, then no, it won't work.