L
Lubo¹ ©lapák
Hi,
I need from ControlCollection on aspx page select all TextBoxes.
How can I do it?
Thanks
I need from ControlCollection on aspx page select all TextBoxes.
How can I do it?
Thanks
Ignacio Machin ( .NET/ C# MVP ) said:Hi,
One thing you can do is iterate in the Page.Controls checking for the
control's type and storing them in an array
Cheers,
Lubo¹ ©lapák said:Hi,
I need from ControlCollection on aspx page select all TextBoxes.
How can I do it?
Thanks