Groups | Blog | Home
all groups > asp.net building controls > august 2003 >

asp.net building controls : Numbers or letters in a TextBox


PABLIN
8/26/2003 7:06:09 AM
How I can have a TextBox that to only lets me enter
Dune
8/27/2003 9:30:37 PM
stick a regular expression validator in to validate the
contents of the textbox and then set the
validationexpression property of the validator control to
allow only letters or numbers.

check out this link for info on regular expressions:

http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/cpgenref/html/cpconregularexpressionslanguageelements.as
p

[quoted text, click to view]
AddThis Social Bookmark Button