I'm creating a web user control (file ascx,ascx.cs e ascx.resx) which is connected to a DB (i have other 2 classes and so 2 other files).
1.Is it correct or is it better to have only one file with all the classes
2.When I use my web user control, have i to copy all the files i used, true
THX

web user control and its files
cathiec
Bridgepark
1. This is a matter of taste. If you're going to use some controls in onther projects I think it is convenient to have a file for each class.
2. True
Lisa_99