摘要:
创建存储过程和在asp.net程序中调用此存储过程的示例?
......
摘要:
在office 2000中有一个名为:mabry barcod control的可以制作条码的控件。 不知道怎么把它所显示的内容打印出来。 请各位高手不吝赐教!感激不尽!
......
c#里的编辑列的激活事件写在哪里
谢谢
NO.1 作者: cnhgj
什么意思??
DataGrid.EditItemIndex = e.Item.ItemIndex;
摘要:
我在unit1中定义了一个类: type tuserinfo=class(tobject) public username:string; end; var userinfo:tuserinfo; 然后在unit2中引用了unit1,在button1中写入: userinfo := tuserinfo.create; userinfo.username := admin; showmes......