System.IO.MemoryStream Issue , Help needed urgently
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I have 2 Memory streams of 2 pdf files. Now i want to combine these 2 files into a single file ie 2 memory streams put together as single stream and print on the page using HttpContext.Current.Response.BinaryWrite(combinedMemoryStream) How to do it? Help needed urgently. Thanks and Regards
Help in need is the help indeed