How to clear a textbox once a button is clicked in WPF?

The Solution to How to clear a textbox once a button is clicked in WPF? is


Give your textbox a name and then use TextBoxName.Text = String.Empty;

~ Answered on 2013-04-26 12:26:35


Most Viewed Questions: