使用Web服务的客户端编码

使用Web服务的客户端编码

问题描述:

以asp.net格式,我已经使用Web服务在表格上显示了数据并通过JavaScript进行了绑定.我想在整个客户端上添加选择,更新,编辑和删除功能

In asp.net form i have show the data on table using web services and bind it by JavaScript. i want to add functionality on that select, update ,edit, and delete throughout client side

如果您有Web服务来获取数据,只需编写更多服务即可CRUD调用.
If you have web services to get the data just write more services to do the CRUD calls.