A
Andrew Morton
I'm recursing through the controls in an asp.net page to find if any TextBox
contains text.
JOOI, can I break out of the recursion as soon as it's found one, or does it
have to unwind itself?
The TextBoxes are generated at run-time.
VB.NET 2003, so no Control.FindControl.
Andrew
contains text.
JOOI, can I break out of the recursion as soon as it's found one, or does it
have to unwind itself?
The TextBoxes are generated at run-time.
VB.NET 2003, so no Control.FindControl.
Andrew