ASP.NET GRids 和 DeveloperExpress ASPx Grid - 连接到 Web 服务
是否可以将 ASP.NET 服务器控件(例如网格、中继器等)与 Web 服务结合使用? 我想从 Web 服务数据源填充网格,然后使用 Web 服务保存更改。
是否可以将 DeveloperExpress 网格与 Web 服务结合使用?
Is it possible to use the asp.net server controls e.g. grid, repeater etc in conjunction with a webservice? I'm wanting to populate the grid from a webservice datasource and then save changes using a webservice.
Is it possible to use the DeveloperExpress Grid in conjunction with a webservice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。 你可以。
您可以创建一个 web 方法,它返回一个数据源,例如包含可序列化类的对象的通用列表,然后可以将其绑定到网格/DevExpress 网格。
Yes. You can.
You can create a webmethod which returns a datasource for e.g. a generic list containing objects of a serializable class, which can then be bound to the grid/DevExpress grid.