Re: Selling controls that extend ASP.NET controls?
- From: "Steve C. Orr [MVP, MCSD]" <Steve@xxxxxxx>
- Date: Mon, 20 Feb 2006 13:50:24 -0800
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
"Rick" <rick@xxxxxxxxxx> wrote in message
news:upRS33ENGHA.3896@xxxxxxxxxxxxxxxxxxxxxxx
If I create a webcontrol that extends an existing ASP.NET control (such as
a TextBox or DataGrid), can I sell it?
.
Relevant Pages
- Re: Do I need Microsoft .NET Framework?
... Its extremely doubtful that a 3rd party application would need more than one version of Net Framework. ... Net Framework that works as is with a specific 3rd party application is usually provided by the installation package of that 3rd party software. ... Unlike 3rd party software whose subsequent versions were essentially the same product that did the same identical job, Net Framework subsequent versions are not fitting strictly into that assumed defintion when a user downloads in that former assumption. ... (microsoft.public.windowsxp.general) - Re: Do I need Microsoft .NET Framework?
... party apps work, you're good to go. ... As for other net framework versions, each one has its own general ... not already installed during the 3rd party application installation ... Unlike 3rd party software whose subsequent versions were essentially the ... (microsoft.public.windowsxp.general) - Re: Do I need Microsoft .NET Framework?
... Its extremely doubtful that a 3rd party application would need more than one version of Net Framework. ... Net Framework that works as is with a specific 3rd party application is usually provided by the installation package of that 3rd party software. ... And will install that version of Net Framework if not already installed during the 3rd party application installation process. ... (microsoft.public.windowsxp.general) - RE: Transparent Textboxes
... I have also tried to inherit my inherited class but the same problem ... transparent textbox. ... What does "Textbox Class are ... >> same base control class, then dropped on the designer, after compiling, the ... (microsoft.public.dotnet.framework.windowsforms.controls) - Re: Do I need Microsoft .NET Framework?
... party apps work, you're good to go. ... As for other net framework versions, each one has its own general ... 3rd party application is usually provided by the installation package ... Unlike 3rd party software whose subsequent versions were essentially the ... (microsoft.public.windowsxp.general) |
|