What are the differences between
Response.AddHeader("content-disposition", "attachment;filename=somefile.ext")
and
Response.AddHeader("content-disposition", "inline;filename=somefile.ext")
I don't know the differences , because when I use one or another I always get a window prompt asking me to download the file for both of them. I read the specs, but it is clueless.