Abstract
This chapter analyzes message board and creates a solution to fit with all the requirements. The message board is an Object-Oriented application that is scalable, maintainable, and well-defined. A built-in security model is made where every action that requires administrative access is checked before the requestor is allowed to perform the operation. User Interface (UI) is somewhat extensible as it dynamically applies styles to multiple types of Web Controls that are defined using Cascading Style Sheet (CSS) and an Extensible Markup Language (XML) document. Each Web Form created inherits the FormBase class that allows all Web Forms to have access to a few common methods and properties, in addition to the System.Web.UI.Page methods and properties. UI contains all the necessary interfaces to browse through boards, threads, and messages, as well as interfaces to administer users, and those that contain interfaces to create and delete Boards, threads, and Messages. Overall, the chapter presents a functioning message board that could be placed anywhere and run on top of SQL Server or MS Access.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.