在aspx.cs中的触发事件处理程序为
private void Button1_Click(object sender, System.EventArgs e)
{
Response.Write(face.SelectedItem.Value);
}