将菜单绑定到 ASP.NET 中的列表
如何将列表绑定到 ASP.NET 菜单控件?
How to bind a list to ASP.NET Menu control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何将列表绑定到 ASP.NET 菜单控件?
How to bind a list to ASP.NET Menu control?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
尝试这样的事情。
这只是如何使用 asp.net 将数据绑定到菜单控件的示例。您也可以像这样绑定列表。
从 IHierarcyData 类开始,该类将存储 StringCollection 中的每个字符串...
构建一个类这将是集合...
在页面中,您现在可以构建菜单...
try something like this .
This is just example how you bind data to the menu control using asp.net.. you can bind list also same way like this....
Start with a IHierarcyData class that will store each string from the StringCollection...
Build a class that will be the collection...
In the page you can now construct the menu...