管理页面的布局 -asp.net
我必须在 asp.net 中开发一个管理页面。
为此,我需要一个看起来像管理面板、菜单、CSS 的母版页模板。我正在寻找管理面板的布局,
我不确定这是否是问这个问题的正确地方。如果不是,我请求版主将此问题移至适当的位置。
I have to develop a admin page in asp.net.
For that I need a master page template which looks like admin panel, 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
想想你已经拥有的东西。例如,如果您有产品,则可能会使用三种表单来管理它们:ListProducts.aspx、AddProduct.aspx 和 EditProduct.aspx。
使用现有的网站母版页以保持一致性。开发一个简单的用例,也许可以使用 Balsamiq 等线框工具模拟您的管理表单:
http://balsamiq.com/产品/模型
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
您可以参考 cPanel 或 Plesk 或任何其他类似的控制面板。
You can refer to the admin panels like cPanel or Plesk or any other similar control panels.