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,
If you want to access Request stream directly or modify headers or modify any other elements outside of WARP, then you should use full postback. You can not "override" that limitation.
so how can i override that problem. is there any solution for that?
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.