摘要:
转自:https://www.mikesdotnetting.com/article/297/the-best-way-to-import-data-from-excel-to-sql-server-via-asp-net I've seen a lot of questions about the 阅读全文
posted @ 2019-06-11 15:47 yiyishuitian 阅读(205) 评论(0) 推荐(0)
|
|
摘要:
转自:https://www.mikesdotnetting.com/article/297/the-best-way-to-import-data-from-excel-to-sql-server-via-asp-net I've seen a lot of questions about the 阅读全文
posted @ 2019-06-11 15:47 yiyishuitian 阅读(205) 评论(0) 推荐(0)
摘要:
public void MyFunction() { X.Msg.Confirm("Message", "It'OK??", new MessageBoxButtonsConfig { Yes = new MessageBoxButtonConfig { Handler = "CompanyX.It_s_OK()", ... 阅读全文
posted @ 2019-06-11 15:43 yiyishuitian 阅读(130) 评论(0) 推荐(0)
摘要:
EXT 上传上文件成功,一旦上传稍大文件(10M)就失败。 FileUploadField1.PostedFile.SaveAs(FullPath); 解决方法: 设置web.config 阅读全文
posted @ 2019-06-11 14:38 yiyishuitian 阅读(469) 评论(0) 推荐(0) |
|