Access user control property in same user control .ascx code

Access user control property in same user control .ascx code

Post by jef » Wed, 11 Dec 2002 05:53:03



Hi.

I have a user control that has a public property which is
set in the Page_Prerender() of the containing form for the
uc.  I am trying to access this public property from
within the .ascx code for the user control.  I know how to
access the property from the form that contains the uc,
but trying to access the uc property from within itself
doesn't seem to work.

TIA,
Jef