获取DropDownList的序号和显示值
Session["PaperID"] = ddlPaper.SelectedValue; Session["PaperName"] = ddlPaper.SelectedItem.Text;