What would you do???

Gambit_NI

Active member
Joined
Jun 16, 2005
Messages
42
Location
Belfast
Programming Experience
3-5
Recommended way to reuse Web Forms?

basically, we have an webforms application that we are in the process of designing.

the forms are really just shells (load of textboxes with buttons etc), with all validation & database access etc done through calls to associated classes

a number of the forms in this application will more than likely be used in future applications.

my question is, what is the best way to reuse these forms? would it be best to create them as usercontrols in a seperate internal project then just reference these controls in the customer project & any future projects.

basically im just looking a few idea's on form reusability. bit like inherited forms in WinForms!

Cheers,
Craig
 
Last edited by a moderator:
Back
Top