Ta上传的资源 (0)

protectedvoidButton1_Click(objectsender,EventArgse){System.Web.HttpContextcurContext=System.Web.HttpContext.Current;if(dt!=null){stringfilename="档案全宗"
C# 27

private string savefile(string content) { try { #region 保存文章内容为html文件 DateTime dt = DateTime.Now; //设置文件夹路径 string directory = @"D:\"; //文件名称 以时间命名 避免
C# 78

HTML控件分页: LoadRankUnitPrice() { int PageNow = Convert.ToInt32(currentpage.Text);//当前页 PagedDataSource pds = new PagedDataSource(); pds.DataSource = dt
C# 31

控件UpdloadFile文件上传eg: string newfilename = file_uploadid.FileName; string size = file_uploadid.PostedFile.ContentLength.ToString(); string type = file_
C# 31