开发者

layout for admin page -asp.net

开发者 https://www.devze.com 2023-02-05 18:11 出处:网络
I have to develop a admin page in asp.net. For that I need a master page template which looks like admin p开发者_JAVA技巧anel, menu, CSS. I am seeking layout for admin panel

I have to develop a admin page in asp.net.

For that I need a master page template which looks like admin p开发者_JAVA技巧anel, menu, CSS. I am seeking layout for admin panel

I am not sure if this is the right place to ask this question. If it is not I request moderators to move this question to appropriate place.


Think about what you already have. For example, if you have Products, you will probably use three forms for administering them: ListProducts.aspx, AddProduct.aspx and EditProduct.aspx.

Use your existing site master page for consistency. Develop a simple use case and maybe mock up your admin forms with a wireframe tool like Balsamiq:

http://balsamiq.com/products/mockups


You can refer to the admin panels like cPanel or Plesk or any other similar control panels.

0

精彩评论

暂无评论...
验证码 换一张
取 消