S
sc
From my codebehind, I am trying to get an object reference to the
current form, so I can perform a FindControl and work with one of the
child controls.
My problem is that I never know the name of the control. How to find
that (using Reflection?)?
Thanks.
current form, so I can perform a FindControl and work with one of the
child controls.
My problem is that I never know the name of the control. How to find
that (using Reflection?)?
Thanks.