A
Ahmed Jewahar
Dear All,
I have about 31 ASP.TextBox controls on my WebForm. The name pattern of
the TextBox are as follows:
"TextBox1", "TextBox2"...."TexBox31".
I want to disable some of them dynamically. I have done the same in ASP.
But, i don't know how to in ASP.NET. Following are my code which done
in ASP:
For i = 1 to 31
mTextBox = "TextBox" & ltrim(str(i))
mTextBox.enabled = false
Next i
above is just like to show u an example. How can I implement the above
in ASP.NET.
Appreciate your help..
Rgds-
I have about 31 ASP.TextBox controls on my WebForm. The name pattern of
the TextBox are as follows:
"TextBox1", "TextBox2"...."TexBox31".
I want to disable some of them dynamically. I have done the same in ASP.
But, i don't know how to in ASP.NET. Following are my code which done
in ASP:
For i = 1 to 31
mTextBox = "TextBox" & ltrim(str(i))
mTextBox.enabled = false
Next i
above is just like to show u an example. How can I implement the above
in ASP.NET.
Appreciate your help..
Rgds-