摘要: 部署树控件时,必须把(webctrl_client)这个文件拷贝到网站的根目录下,否则,树控件不能正常显示 /Files/qiaojun/webctrl_client.rar 阅读全文
posted @ 2009-03-30 14:26 月光小提琴 阅读(197) 评论(0) 推荐(0)
摘要: if exists(select name from sysobjects where type='p' and Name='UpdateTextColumn') drop proc UpdateTextColumn go Create proc [dbo].[UpdateTextColumn] @Table varchar(100), @Columns varchar(200),--eg:Col... 阅读全文
posted @ 2009-03-30 11:57 月光小提琴 阅读(239) 评论(0) 推荐(0)