Hi all, i am tring to send and excel as a response on a button click. the below is the code in the button click. Response.Clear(); Response.BufferOutput = true ; Response.ContentType = "application/vnd.ms-excel" ; Response.Charset = "" ; this .EnableViewState = false ; System.IO....