Send excel file to user in web
Private Sub ExportFile(ByVal strfilePath As String, ByVal strFilename As String)
Try
Response.Clear()
Response.ContentType = "application/vnd.ms-excel"
strfilePath = Server.MapPath(strfilePath)
If Not System.IO.File.Exists(strfilePath) Then
strfilePath = Server.MapPath("~//Data//ExportToExcel//NoRecord.xls")
Response.AddHeader("content-disposition", ("attachment;filename=