Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

NamingContainer null during page lifecycle

37 views
Skip to first unread message

TS

unread,
Oct 3, 2008, 6:45:40 PM10/3/08
to
I am declaratively settting value of custom control in aspx page:
<ctrl:MaskedEditTextBox ID="mskClient_FullPhone"
PropertyID="Client_FullPhone" runat="server" ReadOnly="true"
>929-302-2093</ctrl:MaskedEditTextBox>

This control has a Text property and in side its setter, i am calling ensure
childControls, which creates my child controls in which one of them tries to
access NamingContainer but it and many other properties inherited from
Control are all throwing null exceptions

When in life cycle is it OK to access this?

What options do i have when declaratively setting values like this?

thanks!!!


Teemu Keiski

unread,
Oct 5, 2008, 6:22:39 AM10/5/08
to
Hi,

basically Load event is when page and controls should've been loaded. If you
expect postback loading to happen also before, then it would be
LoadComplete.

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://aspadvice.com/blogs/joteke

"TS" <manofs...@nospam.nospam> wrote in message
news:%23JTVIna...@TK2MSFTNGP03.phx.gbl...

0 new messages