To continue reading for free, register below or login
To read more you must become a member of SearchWinDevelopment.com
');
// -->

Component is quite a broad term. If you refer to a class inheriting from component, you can add it to the toolbox by customizing it, and then just drop the new toolbox item on the web form (in design mode).
As for registering, it's not necessary, as long as it doesn't need COM+ for some feature.
Using a component in C# (I assume you're talking of a windows or console app) is just the same as in ASP.NET.
|