摘要:
出现上面的错误,首先检查存储过程是否前面是create还是alter,可能是在数据库中根本没有这个存储过程,但是你在alter, 阅读全文
摘要:
最近一直跟DataGridView打交道,突然觉得很多技巧性的东西很模糊,经过最近的个人实验操作和从网上查到的资料把对DataGridView操作的一些技巧总结和借鉴了一下,总结如下:1、自定义列 Customize Cells and Columns in the Windows Forms DataGridView Control by Extending Their Behavior and Appearance Host Controls in Windows Forms DataGridView Cells 继承 DataGridViewTextBoxCell 类生成新的Cell类, 阅读全文