S
shapper
Hello,
I have 2 custom controls A and B which inherit from another custom
control named Child.
A and B have a method named Validate.
Now I added about 10 controls of type A and B to an Asp.Net Panel.
I need to loop through each A/B control inside Asp.Net Panel and run
its Validate method.
How can I do this?
Thanks,
Miguel
I have 2 custom controls A and B which inherit from another custom
control named Child.
A and B have a method named Validate.
Now I added about 10 controls of type A and B to an Asp.Net Panel.
I need to loop through each A/B control inside Asp.Net Panel and run
its Validate method.
How can I do this?
Thanks,
Miguel