Re: Breaking out of recursion?
- From: "Michael C" <mike@xxxxxxxxxx>
- Date: Wed, 30 Jan 2008 14:26:14 +1100
"Andrew Morton" <akm@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:uo3RxlpYIHA.3400@xxxxxxxxxxxxxxxxxxxxxxx
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?
Yes, it needs to 'unwind' itself. This is no big deal as it's likely to only
be 2 or 3 levels at most.
Michael
.
- Follow-Ups:
- Re: Breaking out of recursion?
- From: Andrew Morton
- Re: Breaking out of recursion?
- References:
- Breaking out of recursion?
- From: Andrew Morton
- Breaking out of recursion?
- Prev by Date: Re: Frustration and Excitement with Crystal Reports
- Next by Date: Re: send file by modem
- Previous by thread: Re: Breaking out of recursion?
- Next by thread: Re: Breaking out of recursion?
- Index(es):
Relevant Pages
|