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 is meaning of === in javascript?
Explain javascript accessors ?
Why is java better than javascript?
Hello , I am using following java script to open new window in I.E,but i am facing an issue the new window hangs often while opening,when you move mouse it opens normally.Can any body help me why this is happening as i am unable to understand this issue?please please if any one know so kindly help me I am in real difficulty through this issue.Thanks 'if(window.clipboardData){clipboardData.setData("Text","' + a.PatID + '");}' + 'ordwindow= window.open ("' + @OrderDetailURL + '", "RXOrderDetail", "location=0,status=0,menubar=0,toolba r=0,scrollbars=1,resizable=1"); ordwindow.moveTo(parent.screenLeft,0);var x; x=new ActiveXObject("WScript.Shell");x.SendKeys("% "); x.SendKeys ("x"); //fcttest((sp_RX_ChangeOrderStatus ' + '''' + a.DocID + '''' + ', 1, ' + convert(varchar,@SessionID) + '));' As [W],
Explain hoisting in javascript?
What is postback in javascript?
What is the data type of variables in javascript?
How to set a html document's background color?
What is the default data type in javascript?
What are the main uses of javascript?
Why javascript is called lightweight language?
How to Object.entries( ) In JavaScript ?
In which location cookies are stored on the hard disk?
How Does Function Hoisting Work in JavaScript?
Write a program to reverse a string in pure javascript?