Q's about application design
Hi,
I've just got a few questions about application design I'd like to clear here....
1. Am I right in thinking that using the 3 tier application u could have one structure page, and just loads of little user controls and code behind files processing the application?
2. I want certain parts of my websites to be accessible to certain levels of registered users... here's a few scenario:
I want normal non paying resgistered users to have access to a certain user controls not just whole pages... for example, a registered users will be able to see the all the navigation links as active where as non registered users will see dimmer or greyed out text and the link won't be a proper clickable hyperlink.
3. How much control does ASP.NET have over styles? Would it be a better idea to store styles in a database if users can change certain colours? and certain colours change depending on whether users are registered or not?
So i'm right in thinking that the three tier application - presentation code data has the 'style' in the data part.
i'm thinking of a four tier application here: structure, code, data, style??
I think thats it for now.
Thanks
Deian
|