and I am a beginner in using asp.net and C# in visual studio 2008
I have a TextBox with the ID = LimitAmount, it is supposed to accepts input of type DOUBLE, therefore I made a CompareValidator (CompareValidatorAmount) to control this, now I want to get the TextBox Cleared after an invalid input type.
thank you !