if (!IsPostBack)
   {  
    Button1.Attributes.Add("onclick","return window.confirm('you');");  
   }

相关文章: