原因是在page_load 事件中使用了绑定,却没有对 isPostback 做判断。

必须 if(!IsPostBack){...} 去判断。 

相关文章: