For Each octlchild as control In Page.Controls If octlchild.GetType() is GetType(TextBox) Then CType(octlchild, TextBox).Enabled = False End If Next
Torna al forum | Feed RSS