摘要: Asp.net中 FileUpload控件默认只能上传4M的文件 如果要修改得 在配置文件中添加如下节点 加大允许的大小和等待时间 阅读全文
posted @ 2008-04-09 15:29 凡的世界 阅读(306) 评论(0) 推荐(0)
摘要: 在GridView自定义执行控件操作的时候,获取操作行索引的方法如下 int index = ((GridViewRow)(((Button)(e.CommandSource)).Parent.Parent)).RowIndex; 如果用GridView自带按钮执行操作时 int i = Convert.ToInt32(e.CommandArgument); 阅读全文
posted @ 2008-04-09 14:21 凡的世界 阅读(1136) 评论(0) 推荐(0)