As I can erase the gridview data with a button, I put that code but it does not work

0

/ * foreach (Control ctrl in this.Controls)         {

        if (ctrl is TextBox)
        {
            TextBox text = ctrl as TextBox;
            text.Text = string.Empty;

        }*/
    
asked by Carlos Ramírez 27.10.2018 в 19:36
source

0 answers