textbox的databind问题
当我写
TextBox2.DataBindings.Add( "Text ", dv, "slname ")
时报错
This causes two bindings in the collection to bind to the same property.
Parameter name: binding
[解决办法]
TextBox2.DataBindings.clear()
TextBox2.DataBindings.Add( "Text ", dv, "slname ")
*****************************************************************************
欢迎使用CSDN论坛专用阅读器 : CSDN Reader(附全部源代码)
最新版本:20070212
http://www.cnblogs.com/feiyun0112/archive/2006/09/20/509783.html