Link to home
Start Free TrialLog in
Avatar of Mandeep Singh
Mandeep SinghFlag for India

asked on

Waiting Image in Asp.net Till Insert done in Database

Hi Friend,

I have a user form, in asp.net c# and db is SQL Server. What i am doing is inserting a record in DB.

And i want that during insert a waiting image will be shown and on successful insertion page will be redirected to another page.

If insertion fails, it display a message of insertion failure and stay on same page.
Avatar of Anil Golamari
Anil Golamari
Flag of United States of America image

Hi,

If you want to show a progressbar/waiting image during asp.net postback event you can follow below link which has detailed information on how to achieve it.  It also has a demo of the code base.  

Loading Image: http://www.aspsnippets.com/Articles/Display-loading-image-while-PostBack-calls-in-ASPNet.aspx

Progress bar: http://ajax.net-tutorials.com/controls/updateprogress-control/
Avatar of Mandeep Singh

ASKER

Hi,

Thanks Anil, But i do not want to use system.thread.sleep. What i want is a realtime Progressbar, which i have mentioned above that how it should work.
ASKER CERTIFIED SOLUTION
Avatar of Anil Golamari
Anil Golamari
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