摘要:
//list转化为table public static DataTable ListToDataTable<T>(List<T> entitys) { //检查实体集合不能为空 if (entitys == null || entitys.Count < 1) { return new DataT 阅读全文
摘要:
protected void Button1_Click(object sender, EventArgs e) { if (station.HasFile == false)//HasFile用来检查FileUpload是否有指定文件 { Response.Write("<script>alert 阅读全文