Regular Expression
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi everyone, I have one textbox which needs to allows only values with >0. if it is 0 then, it should be return error msg. Pls anyone help!!!
Nothing is Impossible. Keep always Smiling... :)
-
Hi everyone, I have one textbox which needs to allows only values with >0. if it is 0 then, it should be return error msg. Pls anyone help!!!
Nothing is Impossible. Keep always Smiling... :)
Use ^\d+$ as Expression for Regular Expression Validator. http://msdn.microsoft.com/en-us/library/ms998267.aspx[^]
Arun Jacob http://codepronet.blogspot.com/
-
Hi everyone, I have one textbox which needs to allows only values with >0. if it is 0 then, it should be return error msg. Pls anyone help!!!
Nothing is Impossible. Keep always Smiling... :)