摘要:
在配置有vb的环境下执行安装程序后可运行.但无此环境的机器上提示下标越界.我数据库用的dao和data控件.是否需要单独安装什么数据库引擎吗.解决此问题奉上200分.急
......
摘要:
handle hfile = createfile("test.txt",0, file_share_read, null, open_always, file_attribute_normal, null); if(hfile == invalid_handle_value) { return; } dword m_nr......
怎么回事DataGrid的Height属性
以DataGrid1.Height.ToString()返回其高度,但当DataGrid绑定数据后,大小改变了,返回值却不变?请问怎么回事?
NO.1 作者: hanfey
i have a suggestion:
you could dynamic return the "heigth" to a global variable ,
then get it when you want.
because when you "post" your grid,impossible,the "height" have get its value.
good luck
NO.2 作者: webdiyer
Height只是你定义的高度,如果数据太多,表格就被撑大,但Height值并没有变,浏览器会自动调整表格的高度以显示所有数据,这个高度就不是你定义的那个Height了。
摘要:
两个问题: 1 偶用sqlcommand写了一个插入语句,sqlcommand.commandtext = "insert into order (id,...)values(1000,...)",执行时总是说“关键字order附近有语法错误”,请问错在什么地方? 2 c#中如何使sql的datetime时间精确到时分秒? 无论如何,谢谢您对本贴的关注。谢谢!
......