I need for example to disable all buttons in a form or validate all textbox's data... any Ideas.. thanks in advance!!!
|
|
The simplest option may be to cascade:
or similar; you could of course pass a delegate to make it fairly generic:
then things like:
|
||
|
|
|
|
Also try:
|
||
|
|
