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.
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 |
What is new function in javascript?
Does JavaScript allow to modify CSS on-the-fly ?
How to get value from dropdown (select) control?
Explain the difference between call() and apply()?
Can you explain about screen object?
how can count show data in grid view using java script
How do I link an external javascript file to html?
What is event bubbling and capturing in javascript?
what difference between args.length and args.length() in command line argument?
What is the data type of variables in javascript?
Why is javascript called richer interface?
Is javascript enabled on chrome?