Click here to Skip to main content
15,894,106 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello all,

Recently I've developed a Website for my client and now I'm going to design and implement the Admin Panel for the site.

So give me some appropriate suggestion for I have mentioned.
Posted
Comments
fjdiewornncalwe 26-Oct-12 11:59am    
Sure. Build an Admin Panel...
Seriously, though. Your question really is too vague for any kind of valid answer. Could you expand it with more detail so that we can help you, please?
[no name] 26-Oct-12 12:25pm    
Thanks for your positive comment.. So here is my need..
Admin can alter the content of the site, which is a very basic functionality of an Admin Panel.. So how to achieve that?

As already mentioned, this is quite a vague and broad question. Designing an Admin panel is something that completely relates to the requirements of the program. However, below are the few basic points and you can start with these --

1. Keep all your Admin related pages in an admin folder
2. Start with a login page.
3. Ensure all pages check for the admin login
4. I prefer menu in left sidebar for the admin. You can choose it at your own preferred location.
4. Add tables to the database.(Can be either in App_Data or a Stand alone Database)

Let me know in case you need more help! Please note that this is a very generic answer that is required to start. For more details, you should improve your question :)
 
Share this answer
 
Have a look at some bootstrap admin themes, to show the kind of layout and features your panel could present

e.g.

https://dl.dropbox.com/u/832330/plastique/pages/dashboard/stats.html[^]

More here

https://wrapbootstrap.com/[^]

Other than visual possibilites, having no idea what your app does or what the admin pages should administrate, we can't advise at all!
 
Share this answer
 
Comments
[no name] 26-Oct-12 12:31pm    
This is for UI.. I don't need this.. My question is regarding functionality of Admin panel like Admin of the site can modify the site as per his requirement without having a knowledge of any programming concept..

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