Control

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I have been creating custom controls in Asp.Net 2.0 by creating Class
Library projects.

Then I compile it and use the DLL in my Asp.Net 2.0 web sites.

Is this the right way to do this?

I am asking this because I have been downloading a few projects from
CodePlex and their structures are similar to an Asp.Net 2.0 web site
with the App_Code, Themes, etc then to a class library.

Maybe I should create and Asp.Net 2.0 web site, compile it and use the
DLL in my other web sites?

I am a little bit lost. When I buy a commercial control such as a
Telerik or ComponentArt are they Class Libraries projects compiled or
Asp.Net 2.0 web sites compiled?

Thanks,

Miguel
 
Back
Top