新手!如何限制TextBox只能输数字和小数点不能输字母?求助
请问高手们在TextBox控件中怎么样才能只输数字和数点?小弟先谢谢各位了!!! 


<AjaxToolKit:FilteredTextBoxExtender ID="xxx" FilterType="Custom" InvalidChars="0123456789." FilterMode="InvalidChars" TargetControlID="TextBoxID"> </AjaxToolKit:FilteredTextBoxExtender>