multiple asp forms - one set of c# code
I have multiple aspx forms that contain very similar content. I would like to create 1 set of c# code for use by all forms. The code will be used after validation to process the form data via a web service and email the form data. Thanks.