hi all,
some of u had given some links for my post. thanks for that.
but we r using asp.net1.1, we r using the present code.
the file types are (.xls/doc/txt)
Response.ContentType = "application/" & FileExt
Response.ContentType = "application/octet-stream"
Response.AddHeader("content-disposition", "attachment; filename=" & FileNameOnly)
Response.WriteFile(iFileNname, False)
Response.End()
for this code, i am not able to get the open option.
thanks,