Home All Groups Group Topic Archive Search About

Custom Controls with UI Designer

Author
5 Feb 2006 4:50 AM
Komil
Can someone point me to some tutorials regarding how to create custom
controls that can contain its own child controls?

I did a bit of searching on the net and found some references to
CompositeControlDesigner class, but did not find much information regarding
the process.

I would like to learn how to do this for both .NET 1.1 and .NET 2.0.

Thank you.

Author
5 Feb 2006 6:05 AM
Phillip Williams
There are 3 good articles by Dino Esposito on the MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/controlscrashcourse-deriving.asp

Show quoteHide quote
"Komil" wrote:

> Can someone point me to some tutorials regarding how to create custom
> controls that can contain its own child controls?
>
> I did a bit of searching on the net and found some references to
> CompositeControlDesigner class, but did not find much information regarding
> the process.
>
> I would like to learn how to do this for both .NET 1.1 and .NET 2.0.
>
> Thank you.
Author
5 Feb 2006 9:16 PM
Komil
Thank you for your reply.  The link that you had shared is for .NET 2.0.  Is
creating a custom control the same in both versions?



Show quoteHide quote
"Phillip Williams" wrote:

> There are 3 good articles by Dino Esposito on the MSDN:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/controlscrashcourse-deriving.asp
>
> --
> HTH,
> Phillip Williams
> http://www.societopia.net
> http://www.webswapp.com
>
>
> "Komil" wrote:
>
> > Can someone point me to some tutorials regarding how to create custom
> > controls that can contain its own child controls?
> >
> > I did a bit of searching on the net and found some references to
> > CompositeControlDesigner class, but did not find much information regarding
> > the process.
> >
> > I would like to learn how to do this for both .NET 1.1 and .NET 2.0.
> >
> > Thank you.
Author
6 Feb 2006 6:40 AM
Phillip Williams
This link was more applicable to ASP.NET2.0.  the article listed at the
beginning which of the controls that he used in the demo belonged to which
version. 

If you want a series of articles that are dedicated for ASP.NET 1.1 then you
might refer to this article by Scott Mitchell on the MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/databoundtemplatedcontrols.asp
Show quoteHide quote
"Komil" wrote:

> Thank you for your reply.  The link that you had shared is for .NET 2.0.  Is
> creating a custom control the same in both versions?
>
>
>
> "Phillip Williams" wrote:
>
> > There are 3 good articles by Dino Esposito on the MSDN:
> > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/controlscrashcourse-deriving.asp
> >
> > --
> > HTH,
> > Phillip Williams
> > http://www.societopia.net
> > http://www.webswapp.com
> >
> >
> > "Komil" wrote:
> >
> > > Can someone point me to some tutorials regarding how to create custom
> > > controls that can contain its own child controls?
> > >
> > > I did a bit of searching on the net and found some references to
> > > CompositeControlDesigner class, but did not find much information regarding
> > > the process.
> > >
> > > I would like to learn how to do this for both .NET 1.1 and .NET 2.0.
> > >
> > > Thank you.