Gambit_NI
Active member
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
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: