Readline 2 volte
codice:
do while file_content.AtEndOfStream = false
      tmp = trim(cstr(file_content.ReadLine)) ' a parte che il cstr a che serve?
      Response.Write("<option")
      if cat=tmp then response.write(" selected")
      Response.Write(">"&tmp &"</option>")
loop