07 2013 档案

摘要:select * from sysobjects where xtype='TR' and parent_obj=object_id('表名')再用sp_helptext '触发器名' 查内容 比如:exec sp_helptext 'Trig_Group_Delete' 阅读全文
posted @ 2013-07-26 09:10 银杏叶儿 阅读(911) 评论(0) 推荐(0)
摘要:detailsview不显示表头,设置HeaderText=""就可以,不知道为什么,如果有值,其他方式都没有调好!内网格显示为0,Gridlines="None" 阅读全文
posted @ 2013-07-09 13:24 银杏叶儿 阅读(362) 评论(0) 推荐(0)