Tag: Development

Community

Numeric TextBox for ASP.NET

(Tadas Budvytis) This example are shows how to extend textbox so it’s only accepts number as an entry. User can’t enter in the textbox anything else except number. Well the process of doing that is quite simple and straightforward. All the job is done in jscript procedure which handles textbox OnKey