hi im using a code like

VB Code:
  1. Response.Charset = "iso-8859-7";
  2.         Response.AddHeader("Content-Disposition", "Attachment;FileName=ασσα");
the save window popups but the file name is shown with strange characters

any ideas please?