Home All Groups Group Topic Archive Search About

Selling controls that extend ASP.NET controls?

Author
18 Feb 2006 5:41 AM
Rick
If I create a webcontrol that extends an existing ASP.NET control (such as a
TextBox or DataGrid), can I sell it?

Author
20 Feb 2006 9:50 PM
Steve C. Orr [MVP, MCSD]
Yes you can.  All controls (3rd party and otherwise) inherit from some class
that already exists in the .NET framework.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"Rick" <rick@nospam.com> wrote in message
news:upRS33ENGHA.3896@TK2MSFTNGP15.phx.gbl...
> If I create a webcontrol that extends an existing ASP.NET control (such as
> a TextBox or DataGrid), can I sell it?
>