I want to display a pdf through byte stream in IE7. For example:
.........
Response.Conten tType = "applicatio n/pdf";
Response.AddHea der("Content-Type", "applicatio n/pdf");
Response.AddHea der("content-disposition", "inline;filenam e=file.pdf");
.........

It works well in IE6/IE7/FIREFOX+adobe reader6.0. But it will get a save dialog in browser to force...