joecool2005 Posted October 14, 2009 Report Share Posted October 14, 2009 Hi,On the follwing code For j As Integer = 1 To 100 System.Threading.Thread.Sleep(2000) 'pause for 2 seconds Response.Write(j.toString+"<br>")Next Instead of displaying the "j" value when the for loop is completed, can we display the "j" value each time is called? ThxJoe Link to comment Share on other sites More sharing options...
Synook Posted October 14, 2009 Report Share Posted October 14, 2009 I don't understand - you are displaying j each time the loop goes round. Link to comment Share on other sites More sharing options...
joecool2005 Posted October 15, 2009 Author Report Share Posted October 15, 2009 I want to display like a countdown Link to comment Share on other sites More sharing options...
Synook Posted October 16, 2009 Report Share Posted October 16, 2009 Ah - well, you'll need to use a client-side script for that. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now