dropmonth.items.findbyvalue(month.tostring()).selected = true;
dropday.items.findbyvalue(day.tostring()).selected = true;
dropyear.items.findbyvalue(year.tostring()).selected = true;
}
}
/// <summary>
/// 将服务器控件内容发送到提供的 htmltextwriter 对象,此对象编写将在客户端呈现的内容。
/// 在开发自定义服务器控件时,可以重写此方法以生成 asp.net 页的内容。