tags:

views:

120

answers:

3

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

+2  A: 

Simple answer: No. It does not work and you have no chance of getting AJAX to work when the client has disabled his javascript.

Kosi2801
+1  A: 

Ajax controls will not work unless javascript is enabled.

Brandon
A: 

AJAX - still means, Asynchronous JAVASCRIPT and XML. So, if the browser has turned off the J, then no, it won't work.

Irwin
Then how can i use ajax controls trusting on client browsers? Is this a major drawback ?how do you evaluate?
swapna