摘要:
private void btnUploadPicture_Click(object sender, System.EventArgs e) { //检查上传文件的格式是否有效 if(this.UploadFile.PostedFile.ContentType.ToLower().IndexOf("image") = oHeight) { ... 阅读全文
摘要:
'> System.Web.UI.WebControls.CheckBox chkExport; if(cmdSelectAll.Text == "全选") { foreach(RepeaterItem item in Repeater1.Items) { chkExport = (CheckBox)item.FindControl("c... 阅读全文
摘要:
asp.net开发中,经常遇到“从客户端检测到有潜在危险的Request.Form 值”错误提示,很多人给出的解决方案是: 1、web.config文档后面加入这一句: 示例: 2、在*.aspx文档头的page中加入validaterequest="false",示例如下: 其实这样做是不正确的,会给程序安全带来风险。 ASP.Net 1.1后引入了对提交表单... 阅读全文
摘要:
获取GridView中RowCommand的当前索引行 前台添加一模版列,里面添加一个LinkButton 前台 (如果在后台代码中用e.CommandArgument取值的话前台代码就必须在按钮中设置CommandArgument的值,值为绑定的数据库字段 '>签入 签出 ... 阅读全文