hi everybody,
i should hav atleat 1 numerical character and 1 special character with alphabets can anybody please help me for this
thanx
regards,
seetha.

Recommended Answers

All 4 Replies

hi everybody,
i should hav atleat 1 numerical character and 1 special character with alphabets can anybody please help me for this
thanx
regards,
seetha.

Use RegularExpressionValidator Control.

You need to write your own function to check the minimum password requirements.
You can check the length of the password string.
Check for any sub-string that contains only digits
Check for any sub-string that contains only special symbols.
If all above requirements are satisfied then the password is good to go.

Write your own Regular Expression

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.