6
Answers

Update Lable Text

gajanan mehta

gajanan mehta

7y
474
1
I want To Update Lable Value Inside for Loop While It's Execute in Asp.net Web Form
I have For loop,Inside I Have to Print Which Cuurent Value is Running In the Loop so inside Label I put Lable To Print Value
 
For(i=0;i<10;i++)
{
  label1.text = i.tostring();
}
 
but in inside loop it's not update lable value  How to Solve It,Plz Give Any Idea
 
Thanks
Answers (6)