Hi all,
I recently got a project where i need to create a web app in asp.net. This is my first big project so i figured i'd ask you guys for your input on how to go about doing this. I'm planning on using asp.net webforms for this project. The app requires a bunch of summary pages that are some what similar (with the exception of a few different controls) and they display a summary list of an item or a person or a book etc.. There is also a detail screen view which will allow the users to add/update a record in the database. The detail pages are similar in look and feel but they each have different input controls pertaining to the item/person/book. What would be the best way to go about creating a web app such as this? Right now i have 10-15 content Summary Pages, 10-15 content Detail Pages, and a couple of master pages. Is there a better more maintainable way to go about doing this?
Thanks in advance