Hi,
I want to restric a user to enter only numbers in a textbox in asp.net. I use validation, however I also use postback, which basically does some arithmetic operation. If the user enters a valid number and hits TAB, my arithmetic works correct. If the user enters invalid number, before the validation is complete I get an error saying that the text cannot be converted to double? How can I rectify this?
Thanks
I want to restric a user to enter only numbers in a textbox in asp.net. I use validation, however I also use postback, which basically does some arithmetic operation. If the user enters a valid number and hits TAB, my arithmetic works correct. If the user enters invalid number, before the validation is complete I get an error saying that the text cannot be converted to double? How can I rectify this?
Thanks