I'm trying to clear a textbox (txtDisplay.Clear()
and it doesn't seem to be working. I get this error message "'System.Web.UI.WebControls.TextBox' does not contain a definition for 'Clear' and no extension method 'Clear' accepting a first argument of type 'System.Web.UI.WebControls.TextBox' could be found (are you missing a using directive or an assembly reference?)"
