tri_inn Level: Regular User Registered: 26-08-2002 Posts: 395
|
how to attach regular expression with textbox in asp.net?
i have developed web server textbox control which actually accept numeric and decimal
value and also negative value for that i attach a javascript which will be emitted
by my web server control. instead of doing so i want to attach regular expression
with my web server textbox control.is it possible if so then please tell me how could i
do it with sample code.
|