从站点地图和数据库填充 ASP.NET 菜单
我目前正在使用站点地图作为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要构建自己的站点地图提供程序来混合两者。在这里寻找一篇关于构建自己的好文章。
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.