Getting to grips with ASP.Net Ajax
I've got a simple UpdatePanel with an associated UpdateProgress which I'm using to tell a user their shopping cart has been added to.
Is it OK to use System.Threading.Thread.Sleep(5000); in the code behind so the user can actually see the UpdateProgress? Or is this bad practice? If it is what's the best thing to do?