protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) {
} }
写在
if (!IsPostBack) {
}
里面的代码是首次加载页面时才执行,后面操作后台时,时不会进去执行该处代码的