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



2012-07-24 12:08
2012-07-24 13:24
2012-07-30 17:15
<AjaxToolKit:FilteredTextBoxExtender ID="xxx" FilterType="Custom" InvalidChars="0123456789." FilterMode="InvalidChars" TargetControlID="TextBoxID"> </AjaxToolKit:FilteredTextBoxExtender>
2012-08-04 21:36
2012-08-06 10:10
2012-08-07 17:17
2012-08-08 22:16
支持二楼观点
2012-08-09 10:22
2012-08-16 10:24
2012-08-21 15:58