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
330
WebAsyncRefreshPanel in Response
posted

Hi ,

 i am facing problem when i used response class in WebAsyncRefreshPanel. how can i override that problem while i am using like this

 

Response.ContentType = fileExt[1];

Response.AddHeader(
"content-disposition", "attachment; filename=" + fileExt[0] + "."+fileExt[1]);

Response.BinaryWrite(document.MyData);

Response.Flush();

Response.Close();

 

Above is code.

 

Parents
No Data
Reply Children