用于导航到现有页面的 ASP.NET 选项卡

发布于 2024-12-19 16:17:50 字数 208 浏览 2 评论 0原文

我正在编写一个日志查看器应用程序,并且我已经编写了所有页面。 (展示台、配置和第三个)。

是否可以创建一个选项卡式控件或类似的控件,使我可以浏览这些页面,而不必将所有页面的所有代码粘贴到单个 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心欲静而疯不止 2024-12-26 16:17:50

如果我正确理解你的问题,你可能正在寻找类似 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文