i have a web application that retrieve data , and while retrieving data on page load a loading image is appear
i use for compatibility
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
the loading image is not shown when i use the above code, it appear when i change to
IE=EmulateIE9
but there is a problem in retrieving data,
any advise?
Go to the complete details ...