摘要:
double d=0;if(!Convert.IsDBNull(DataTable.Rows[i][m])){ string str=DataTable.Rows[i][m].ToString().Trim(); if(!String.IsNullOrEmpty(str)) //非空字符串 if(D 阅读全文
摘要:
ASP.Net在web.config中设置上传文件的大小方法 修改Webcong文件:<system.web><httpRuntime maxRequestLength="40960" //即40MB,1KB=1024useFullyQualifiedRedirectUrl="true"execut 阅读全文