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.BinaryWrite(document.MyData);
Response.Flush();
Response.Close();
Above is code.
Hi,
The WARP is able to refresh only its own content. Headers, Response stream, etc. are not accessible, but only children of WARP's content pane.
so how can i override that problem. is there any solution for that?