Is there any method In .net MVC to export database date in file not in local machine and send as file attachment with email.?

前端 未结 0 501
挽巷
挽巷 2020-12-08 22:48

Here is My Export code.

        public void ExportCSV_Employee(HttpPostedFileBase file )
          {
        var sb = new System.Text.StringBuilder();
                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题