Click here to Skip to main content
15,907,687 members
Articles / All Topics

Persist only numbers in textbox

In this post I will show you how to remove character other than numbers from any textbox. The basic idea behind this function is very simple that traverse all the characters in textbox’s text property or you can simply say it a string and remove every character not between 0-9. The function st
We're sorry, but the article you are trying to view was deleted at 28 Feb 2011.

Please go to the All Topics Table of Contents to view the list of available articles in this section.