When selecting the states by giving the country as input
using ajax cal, how can we ensure that every time it is
hitting the DB and fetching the data? Many time it may load
from the cache.



When selecting the states by giving the country as input using ajax cal, how can we ensure that ev..

Answer / atl

ajax call you can check through fiddler(or any debugger). it will show the request and response clearly.

and also, if the selecting states is an ajax call, then it will never use the cached data.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More JavaScript Interview Questions

Is Javascript a Functional Programming Language?

0 Answers  


Does javascript care about whitespace?

0 Answers  


how to run java script program

1 Answers  


What are anonymous functions in Javascript?

0 Answers  


What is the disadvantage of javascript?

0 Answers  






Explain hoisting in javascript?

0 Answers  


hi i want validations for two dropdown lists in java script.when user enter to second dropdown list by skipping first dropdown list we should get alert box. please help me very urgent

2 Answers  


Why javascript is so popular?

0 Answers  


Why are callbacks used?

0 Answers  


How are event handlers utilized in javascript?

0 Answers  


How can we detect os of the client machine using javascript?

0 Answers  


What do ellipses mean in javascript?

0 Answers  


Categories