There seems to be a problem exporting my grid to excel. I'm guessing it has something to do with the access manager but i'm not sure.
I get the download file not found error message.
This is the code i'm using:
Protected Sub excel_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles excel.Click
End Sub
Am i missing something here. Any help will be appreciated.
Thank you