摘要:
会将repeater列表中的记录一条一条的滚动显示html代码: '>[] css:.xzgg2 { color:#969696;text-decoration: none; padding:1px 10px 1px 10px;}.xzgg2 :hover{color:#a45b00;text-decoration: none; padding:1px 10px 1px 10px;} 阅读全文
posted @ 2014-01-03 10:26
茂茂
阅读(162)
评论(0)
推荐(0)
摘要:
常遇到上传下载的功能,这里把我习惯的用法写下来:上传:string fileName = "";fileName = this.fu_pic.FileName;if (string.IsNullOrEmpty(fileName)) isPic = "0";else isPic = "1";//附件不为空的时候上传图片,否则不处理if (isPic == "1"){ byte[] arrayByte = this.fu_pic.FileBytes; if (arrayByte.Length /// 下载服务端文件 / 阅读全文
posted @ 2014-01-03 10:17
茂茂
阅读(508)
评论(0)
推荐(0)
浙公网安备 33010602011771号