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 e means?
How to redirect a url using JavaScript?
To put a "close window" link on a page ?
What is the use of type of operator?
What makes a relation a function?
What is the purpose of local variables?
What is difference between promise and callback?
What is use of settimeout function in javascript?
What are 2 (shorthand) boolean operators supported by javascript
What is a way to append a value to an array?
What does double mean in javascript?
What is the difference between registerclientscriptblock and registerstartupscript?