Esempio n. 1
0
 //重置
 protected void Reset_Click(object sender, EventArgs e)
 {
     try
     {
         CategoryName.Reset();
         CategoryContent.Reset();
     }
     catch (Exception ex)
     {
         publicmethod.SaveError(ex, this.Request);
     }
 }