示例#1
0
 protected void BtnClear_Click(object sender, EventArgs e)
 {
     PnlSearch.ClearControls();
     Session["FilterSession"] = null;
     BtnFilter_Click(null, null);
 }