用于导航到现有页面的 ASP.NET 选项卡
我正在编写一个日志查看器应用程序,并且我已经编写了所有页面。 (展示台、配置和第三个)。
是否可以创建一个选项卡式控件或类似的控件,使我可以浏览这些页面,而不必将所有页面的所有代码粘贴到单个 .aspx 文件中?
我怎样才能制作一个选项卡式控件(多视图,我猜,对吧?)来导航到现有页面? 一旦我单击一个选项卡,它就会更改选项卡上方容器的内容。
很难做吗?
I am writting a log viewer application,and i have all the pages already written. (Visualizer,Configuration and a third one).
Is it possible to create a tabbed control or anything like this,that allow me to navigate through those pages without having to paste all the code of all the pages in a single .aspx file ?
How can i make a tabbed control (multiview,i guess,right ?) to navigate to the existing pages?
Once i click a tab,it changes the content of a container above the tabs.
Is it hard to do ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确理解你的问题,你可能正在寻找类似 jquery 选项卡菜单的东西。
选项 1 - 尝试演示并查看如果这就是你想要的
选项 2 - 这是演示
If i understand your question corrctly, You are probably looking for something like a jquery tabs menu.
option 1 - try the demo and see if it is what you are after
Option 2 - this is the demo