Пример #1
0
 protected void Clear_Click(object sender, EventArgs e)
 {
     CustomerList.ClearSelection();
     CustomerID.Text    = "";
     FirstName.Text     = "";
     LastName.Text      = "";
     Email.Text         = "";
     ContactNumber.Text = "";
 }