Link to home
Start Free TrialLog in
Avatar of siva_gk
siva_gk

asked on

display loading picture during sql processing

I want to display a Loading.. gif file in my ASP page at the time of sql query processing.

While opening a particular page, it is taking 1 minute time to display the content (with some HTML tables where the values coming from database) because of large sql queries in that page. So I want to display the Loading gif file first and once the resultset for the queries were received, I want to hide the loading gif file and display the results from the query.

thanks
ASKER CERTIFIED SOLUTION
Avatar of b0lsc0tt
b0lsc0tt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of siva_gk
siva_gk

ASKER

in case i have to display some gif file..?
Avatar of siva_gk

ASKER

thanks dude... i put the image inside the div tag and i got the things done :-)

Great!  I am glad I could help.  Thanks for the interesting question, the grade and the points.
bol