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 Posted / 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 View All Answers
What are the primitive data types in JavaScript?
Are namespaces are there in javascript?
Auto insurance project..How to explain project in interviews.Using Automation tool (selenium).
Program to return the address family of a socket
what are the difference unescape() and escape() functions?
What is the purpose of 'this' operator in JavaScript?
What are the advantages of javascript?
List out the different ways an HTML element can be accessed in a Javascript code?
Can you explain how inheritance works in javascript?
How to loop through array in javascript?
Can we learn javascript without knowing java?
How to convert a string to lowercase?
What is difference between deep and shallow object coping in javascript?
How many types of functions JavaScript supports?
Is javascript a programming language?