// Method 1: Use clear method Textbox.clear(); // Method 2: Set text to string.Empty Textbox.Text = string. Empty; // Method 3: Set text to blank Textbox.Text = "";