从站点地图和数据库填充 ASP.NET 菜单

发布于 2024-12-05 18:50:46 字数 111 浏览 2 评论 0原文

我目前正在使用站点地图作为 ASP.NET 菜单控件的数据源,但是我希望从数据库动态填充菜单中的一个下拉列表。有谁知道这是否可能?我在网上找不到任何有关使用站点地图和数据库的信息。

提前致谢!

I'm currently using a sitemap as a datasource for my ASP.NET Menu control, however I have one dropdown in the menu that I would like to be dynamically populated from a database. Does anyone know if this would be possible? I haven't been able to find anything online about using both a sitemap and a database.

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

浮生未歇 2024-12-12 18:50:46

您需要构建自己的站点地图提供程序来混合两者。在这里寻找一篇关于构建自己的好文章。

http://geekswithblogs.net/casualjim/articles/52749.aspx

您需要略有不同的方法,您让大多数默认行为发生,然后在数据库驱动的数据中进行修补。

You would need to build your own sitemap provider to mix the two. Look here for a good artivle on building your own.

http://geekswithblogs.net/casualjim/articles/52749.aspx

You would need a slightly different approach where you let most of the default behaviour occur and then patched in your database driven data.

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