davedizzle15
Technical User
when i click an update button on my webpage i have an animated gif pop up for 3 secs that says "updating"... here is the code:
System.Threading.Thread.Sleep(3000)
when this message disappears how can u make a message appear that reads "Updated"?
System.Threading.Thread.Sleep(3000)
when this message disappears how can u make a message appear that reads "Updated"?