Probably you need to check if it's a real postback or a first page load in your Page_Load() method... like this if(!IsPostback) { // code to only run at ...
確定! 回上一頁