Hi
How to update for loop for this criteria
in my loop like this
for(int i=1;i<=1000;i++)
{
lable1.text=i.tostring();
}
here i need show this label1.text in every 3 seconds only shows
in my for loop every 3 seconds only update and shows my label like timer and threading i think any one fixed it
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com