[Mono-list] System.Web.UI.INamingContainer

Bob Smith bob@thestuff.net
Tue, 6 Nov 2001 14:13:29 -0500 (EST)


I struggled with INamingContainer for a while while implementing Control.
I'm still alittle unclear but it apears that a class just implements it
and the Control class just checks to see if the class implements it while
doing its namespace lookups. Its just a flag of sorts. Have a look at
Control.cs. Its not done yet, but it might enlighten you alittle more
regarding it.

On Tue, 6 Nov 2001, Gaurav Vaish wrote:

> I was wondering what good is this interface for?
>     It does not have any member / method to be implemented!
>
> The documentation reads:
>     Identifies a container control that creates a new ID namespace within a
> Page object's control hierarchy. This is a marker interface only.
>
>     What do you mean by a "marker interface only"? Unable to make any sense
> out of it.
>
>
> Cheers,
> Gaurav Vaish
> http://mastergaurav.virtualave.net
> http://calendar.yahoo.com/mastergaurav
> ---------------------------------
>
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>