protected void button_clicked(Object obj,EventArgs e) { foreach(String line in Story) { Response.Write("Line:"+ line); } }