I am working on a project wherein I am using a external open-source library for managing roles of forms authenticated users on my SharePoint web application (http://sharepoint2010fba.codeplex.com/).
All the functionality (for e.g. creating new roles, users etc.) are coded in to the aspx code-behind events. Now I need to extend these methods to add more functionality.
What would be the best design approach to extend the functionality in the scenario as above?
Thanks, Sharath