Hi,
I am developing a system using asp.net, ajax and javascripts. I have an interface that display user details. when the user enters the Id and press search button the user details will be retrieved from the database and showed in the fields. i use a javascript function that calls an ajax method in the server side.
while the system is retrieving data from the database I want to display a spinner gif as in this link http://www.mpire.com/images/sunbox_spinner.gif . this gif file is saved in a local folder. I tried with setting visibility=' visible' of the gif at the begining of the search finction and setting it 'hidden' at the end. but it didn't work.
can anyone help me?
I am developing a system using asp.net, ajax and javascripts. I have an interface that display user details. when the user enters the Id and press search button the user details will be retrieved from the database and showed in the fields. i use a javascript function that calls an ajax method in the server side.
while the system is retrieving data from the database I want to display a spinner gif as in this link http://www.mpire.com/images/sunbox_spinner.gif . this gif file is saved in a local folder. I tried with setting visibility=' visible' of the gif at the begining of the search finction and setting it 'hidden' at the end. but it didn't work.
can anyone help me?
Comment