2004年7月9日

zt:Consuming Webservices over HTTPS (SSL)

摘要: .NET WebService里如何通过HTTPs访问 When Webservices are used, a common concern is security: SOAP messages are transferred in plain text over the network, so anyone with a sniffer could intercept the SOAP me... 阅读全文

posted @ 2004-07-09 21:58 duibudui 阅读(1388) 评论(0) 推荐(0)

DataSet.AcceptChanges的问题

摘要: 项目中需要有个这样功能,在Grid中直接添加/删除/修改数据,希望能像Outlook,进行这些操作可以保持住当前group的Expand和Collapse状态。 实际过程中,一直无法保持当前状态,每次添加新的DataRow,都会展开所有的Group。 后来发现问题出在DataSet.AcceptChanges()中,因为在DataSet.AcceptChanges()或Merge()后,Data... 阅读全文

posted @ 2004-07-09 17:43 duibudui 阅读(1060) 评论(0) 推荐(0)

导航