Hi guys!
I have asp.net web site which uses AJAX ( including AjaxControlToolbox), I have button which populates PlaceHolder which some data from database. PlaceHolder is placed in the UpdatePanel and some UpdateProgress "loading image" is connected to it.
Everything is going fine on Chrome, Opera or Firefox, but on IE(7 & 8) when I click the button, the "loading image" appears, as the data are beeing taken from database (the amount of time is similiar to the same process on other browsers, so I presume this is going ok), but at the end, PlaceHolder is not populated with anything. No Error is displayed, just nothing happenes... I guess data is read from database but after that, there must by some problem.
Please help. I really need it to work on IE.