Question : Write a Validation Expression for RegularExpressionValidator to allow letters , numbers , space , dash and underscore ?
Answer : ValidationExpression="^([a-zA-Z0-9_\s\-]*)$"
Explanation :
\s = Spacing
\- = Allowing dash -
_ = Allow Underscore
a-z = Small letter
A-Z = Capital Letter
0-9 = Numeric
ASP.NET Interview Questions :
Answer : ValidationExpression="^([a-zA-Z0-9_\s\-]*)$"
Explanation :
\s = Spacing
\- = Allowing dash -
_ = Allow Underscore
a-z = Small letter
A-Z = Capital Letter
0-9 = Numeric
ASP.NET Interview Questions :
These type of question can really helped me out to learn more on ASP.NET, starting with these simple applications will gain me lot and will let me know where exactly I stand.
ReplyDeleteHi Jacob...Thanks for your feedback. Please mail us on contactus@alltechnicalfaqs.com on topics you want us to cover.
ReplyDeleteI just want to let you know that I just check out your site and I find it very interesting and informative.. teknisk analys
ReplyDelete