最新评论

共2页: 1 2 下一页 
当控件属性为disabled的时候能修改控件的样式吗。
这个问题两年前就有啦,我现在才遇到,是新手啊!
谢谢你啊!我也刚刚用上的。真的很感谢你!!!!!
这个问题两年前就有啦,我现在才遇到,是新手啊!
谢谢你啊!我也刚刚用上的。真的很感谢你!!!!!
re: 收藏的几个关于项目管理的地址 闻利元 2009-05-23 09:52  
我很想加入天下收藏栏目
re: 转 ASP.NET 页面事件执行顺序 小眼睛老鼠 2009-02-16 00:23  
不错的转载
不知道能否注明下出处
有几个位置我还没看懂
非常感谢,解释很详细。搞定
这样文本时取到了,但是不能链接了,如何解决链接问题呢?
re: GridView的操作大全 王毅华 2008-06-11 08:02  
好贴,别沉了!
re: GridView的操作大全 无名小辈 2008-01-09 21:47  
项下
re: GridView的操作大全 自由泳 2008-01-04 12:45  
zhichi
正好用上,谢谢楼主!
谢谢!
re: 转 SqlServer 2005 报表批量自动部署 DesertEagle 2007-11-06 17:30  
很不错,但是有个问题,目录建成中文的就是乱码!文件我都改成unicode了,还是不行,要在哪里设置下吗?
谢谢,正好遇到这个问题。
没想到HyperLinkField可以转换成HyperLink,我还一在郁闷,以为它们只能在columns中才能访问。
收藏转载在我的blog上了。
http://blog.csdn.net/hongjue
re: 转 数字金额大小写转换之存储过程 小小小程序员 2007-07-31 10:40  
SQL内置函数
CREATE function [dbo].[MoneytoChinese](@ChangeMoney Money)
returns nvarchar(50) as
begin
Declare @String1 char(20)
Declare @String2 char(30)
Declare @String4 Varchar(100)
Declare @String3 Varchar(100) --从原A值中取出的值
Declare @i bigint --循环变量
Declare @J bigint --A的值乘以100的字符串长度
Declare @Ch1 Varchar(100) --数字的汉语读法
Declare @Ch2 Varchar(100) --数字位的汉字读法
Declare @Zero bigint --用来计算连续有几个零
Declare @ReturnValue VarChar(100)
Select @ReturnValue = ''
Select @String1 = '零壹贰叁肆伍陆柒捌玖'
Select @String2 = '万仟佰拾亿仟佰拾万仟佰拾元角分'

Select @String4 = Cast(@ChangeMoney*100 as bigint)

select @J=len(cast((@ChangeMoney*100) as bigint))

Select @String2=Right(@String2,@J)

Select @i = 1

while @i<= @j Begin

Select @String3 = Substring(@String4,@i,1)

if @String3<>'0' Begin

Select @Ch1 = Substring(@String1, Cast(@String3 as bigint) + 1, 1)
Select @Ch2 = Substring(@String2, @i, 1)
Select @Zero = 0 --表示本位不为零
end
else Begin
If (@Zero = 0) Or (@i = @J - 9) Or (@i = @J - 5) Or (@i = @J - 1)
Select @Ch1 = '零'
Else
Select @Ch1 = ''

Select @Zero = @Zero + 1 --表示本位为0

--如果转换的数值需要扩大,那么需改动以下表达式 I 的值。


If @i = @J - 10 Begin
Select @Ch2 = '亿'
Select @Zero = 0
end

If @i = @J - 6 Begin
Select @Ch2 = '万'
Select @Zero = 0
end

if @i = @J - 2 Begin
Select @Ch2 = '元'
Select @Zero = 0
end

If @i = @J
Select @Ch2 = '整'

end

Select @ReturnValue = @ReturnValue + @Ch1 + @Ch2

select @i = @i+1
end

--最后将多余的零去掉
If CharIndex('仟仟',@ReturnValue) <> 0
Select @ReturnValue = Replace(@ReturnValue, '仟仟', '仟')

If CharIndex('佰佰',@ReturnValue) <> 0
Select @ReturnValue = Replace(@ReturnValue, '佰佰', '佰')

If CharIndex('零元',@ReturnValue) <> 0
Select @ReturnValue = Replace(@ReturnValue, '零元', '元')

If CharIndex('零万',@ReturnValue) <> 0
Select @ReturnValue = Replace(@ReturnValue, '零万', '万')

If CharIndex('零亿',@ReturnValue) <> 0
Select @ReturnValue = Replace(@ReturnValue, '零亿', '亿')

If CharIndex('零整',@ReturnValue) <> 0
Select @ReturnValue = Replace(@ReturnValue, '零整', '整')

If CharIndex('零佰',@ReturnValue) <> 0
Select @ReturnValue = Replace(@ReturnValue, '零佰', '零')

If CharIndex('零仟',@ReturnValue) <> 0
Select @ReturnValue = Replace(@ReturnValue, '零仟', '零')

If CharIndex('元元',@ReturnValue) <> 0
Select @ReturnValue = Replace(@ReturnValue, '元元', '元')


return @ReturnValue
end
re: 扩展GridView控件 myidc 2007-06-26 13:33  
顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了顶帖 别沉了

个人签名~~
---------------------------
惊爆支持ASP、ASP.NET2.0空间500M+SQL数据库100M 特惠价格:128一年
支持asp 300M 虚拟主机68一年
支持asp.net2.0 300M 虚拟主机88一年,快抢拉~~~~~
虚拟主机 网站空间 域名注册 主机托管 免费主机 免费空间 免费asp空间 免费虚拟主机
免费试用~~~

联系QQ:43909413
http://www.myidc.info/webhost/stylehost.aspx
硬件配置图:
http://www.myidc.info/images/adyj.gif
re: GridView的操作大全 myidc 2007-06-26 13:30  
顶帖 别沉了

个人签名~~
---------------------------
惊爆支持ASP、ASP.NET2.0空间500M+SQL数据库100M 特惠价格:128一年
支持asp 300M 虚拟主机68一年
支持asp.net2.0 300M 虚拟主机88一年,快抢拉~~~~~
虚拟主机 网站空间 域名注册 主机托管 免费主机 免费空间 免费asp空间 免费虚拟主机
免费试用~~~

联系QQ:43909413
http://www.myidc.info/webhost/stylehost.aspx
硬件配置图:
http://www.myidc.info/images/adyj.gif
共2页: 1 2 下一页