摘要: string fileNameNo = Path.GetFileName(FileUploadImg.PostedFile.FileName); //获取文件名和扩展名string DirectoryName = Path.GetDirectoryName(FileUploadImg.PostedF... 阅读全文
posted @ 2015-12-03 14:53 嘿,我在! 阅读(287) 评论(0) 推荐(1) 编辑
摘要: Page.ClientScript.RegisterStartupScript(this.GetType(), "", "");在.NET WEB应用上弹出消息框,我试验成功的有下面的几种,若有其他方法,望您不吝赐教。1.只弹出提示消息。 方法一: string script = ""; Page.... 阅读全文
posted @ 2015-12-03 10:30 嘿,我在! 阅读(316) 评论(0) 推荐(1) 编辑