Hello all,
I am going to be creating 3 different pages (asp.net webforms) which would have the same set of functionalities such as PDF generation, database insertion, insertion of values into sharepoint and calling a WCF to send textbox values into dynamic Dynamic.
This set of functionalities will be shared across all the 3 different pages that comprises of texboxes and dropdown list only.
My question is thus, should I created a baseclass page that inherits these functionality from different classes or call the different class method from the code behind pages using static methods?
Kind Regards,
shola
Go to the complete details ...