Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
498
excel export and access manager
posted

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

            Me.UltraWebGridExcelExporter1.Export(grid)

End Sub

 

Am i missing something here. Any help will be appreciated.

Thank you