Hello,
I am displaying data from database using WebService implemented in asp.net and c#. WebService works perfectly. Passing input string in webservice and returning data in the format of XML string.
PROBLEM: Calling webservice from javascript and displaying data on UI. I can able to display data on UI.
My problem is that data is not displaying on every page refresh. It displays data on alternate refresh. I feel its a javascript problem.
Please find my complete Javascript code in the attachment. Please make the changes to fix the problem.
Start Free Trial