Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I want to develop asp.net application which contains menu but menu items should be generated from database. My intension is that Administrator can change menu items by working only on database, no need to change front end any how.
Posted
Comments
Sergey Alexandrovich Kryukov 28-Jan-12 3:20am    
Not a bad idea, taking into account that you sound like a novice, and you probably came to this idea independently. So, I voted 5 for the question. Please see my answer.

Cheers,
--SA

 
Share this answer
 
This approach is well known and this idea is the base of the architectural pattern (http://en.wikipedia.org/wiki/Architectural_pattern_%28computer_science%29[^]) called "naked objects".

I would advise you to learn this pattern and related architectural patterns while trying to design your Web application:
http://en.wikipedia.org/wiki/Naked_objects[^].

In the article referenced above, you will find a number of frameworks. But you don't have to use it, you can develop the code by yourself using just the idea. This is not too difficult but the real volume of work will strongly depend on your requirements.

—SA
 
Share this answer
 
Comments
Amir Mahfoozi 29-Jan-12 0:12am    
+5
Sergey Alexandrovich Kryukov 29-Jan-12 0:25am    
Thank you, Amir.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900