使用 Xml 或替代方案的 ASP.Net 动态数据
我必须在具有过滤功能的 Web 应用程序中显示数据。数据通过 FTP 作为 XML 进行移植。我可以使用动态数据来处理这个问题还是有其他方法。我确实知道我可以手动链接到 xml 并在数据网格或其他控件中显示,但动态数据模板似乎提供了所有数据管理功能。
I have to display data in a web application with the ability to filter. The data is ported via FTP as XML. Can I use Dynamic Data to handle this or is there an alternative way. I do know I can manually linq to the xml and display in datagrid or some other control but the Dynamic Data Template seems to offer all the Data management functionality.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你使用 JSON 和 JQUERY
这是我过滤帐户号的代码,
ya use JSON and JQUERY
here is code from which i filter account no,