问题: 1.创建一个用户控件,包含一个下拉框。用于选择月份。在该用户控件的Page_Load响应函数中写以下代码: protected void Page_Load( object sender, EventArgs e) ... { if (!IsPostBack) ...{ <