Click here to Skip to main content
16,011,436 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: auto sending mail Pin
Tarik Guney17-Jun-07 9:44
Tarik Guney17-Jun-07 9:44 
GeneralRe: auto sending mail Pin
mehran.asg17-Jun-07 11:01
mehran.asg17-Jun-07 11:01 
GeneralRe: auto sending mail Pin
Tarik Guney17-Jun-07 11:07
Tarik Guney17-Jun-07 11:07 
AnswerRe: auto sending mail Pin
RepliCrux17-Jun-07 13:19
RepliCrux17-Jun-07 13:19 
QuestionDisplaying two tables in a single Data Griid Pin
vijaybhasker17-Jun-07 7:50
vijaybhasker17-Jun-07 7:50 
AnswerRe: Displaying two tables in a single Data Griid [modified] Pin
Tarik Guney17-Jun-07 9:51
Tarik Guney17-Jun-07 9:51 
AnswerRe: Displaying two tables in a single Data Griid Pin
Saifi Hasan17-Jun-07 18:36
Saifi Hasan17-Jun-07 18:36 
Questionasp:RegularExpressionValidator not working in IE7 Pin
Brendan Vogt17-Jun-07 7:36
Brendan Vogt17-Jun-07 7:36 
Hi,

I have the following regular expression in my asp:RegularExpressionValidator control:

<asp:RegularExpressionValidator
ID="RegularExpressionValidator_Password"
ControlToValidate="Password"
Display="Dynamic"
ErrorMessage="Invalid password:<br />Password must have 8 to 50 characters,
cannot contain spaces, must begin with a mixed case alpha character, at
least one uppercase character, at least one lowercase character, at least
one numeric character, and one special character of the following: # $ _"
ValidationExpression="^(?=[a-zA-Z])(?=.*[0-9])(?=.*[#\$_])(?=.*[A-Z])(?=.*[a-z])(?!.*[^a-zA-Z0-9#\$_])(?!.*\s).{8,50}$"
ValidationGroup="CESignIn"
runat="server">

This regular expression is only triggered in IE7, in Mozilla it is not. My password is Password3#. This correct according to the regular expression. But why is it triggering when I type the password in IE7?

Please can someone help?

Regards
ma se
QuestionWeb-services Pin
Mikeyyy17-Jun-07 6:28
Mikeyyy17-Jun-07 6:28 
AnswerRe: Web-services Pin
Christian Graus17-Jun-07 10:14
protectorChristian Graus17-Jun-07 10:14 
GeneralRe: Web-services [modified] Pin
Vipin.d17-Jun-07 19:25
Vipin.d17-Jun-07 19:25 
GeneralRe: Web-services Pin
Mikeyyy18-Jun-07 6:48
Mikeyyy18-Jun-07 6:48 
QuestionMembership and role management database Pin
missrej17-Jun-07 6:13
missrej17-Jun-07 6:13 
AnswerRe: Membership and role management database Pin
Saifi Hasan17-Jun-07 18:39
Saifi Hasan17-Jun-07 18:39 
GeneralRe: Membership and role management database Pin
missrej17-Jun-07 19:52
missrej17-Jun-07 19:52 
Questionwhat `s different between Session and Application ?? Pin
Seal200217-Jun-07 4:55
professionalSeal200217-Jun-07 4:55 
AnswerRe: what `s different between Session and Application ?? Pin
WillemM17-Jun-07 5:37
WillemM17-Jun-07 5:37 
GeneralRe: what `s different between Session and Application ?? Pin
Seal200217-Jun-07 5:52
professionalSeal200217-Jun-07 5:52 
Questionpage cannot be displayed Pin
willsgeorge17-Jun-07 4:03
willsgeorge17-Jun-07 4:03 
QuestionWhat web service am I conneccted to? Pin
mail57235217-Jun-07 2:30
mail57235217-Jun-07 2:30 
AnswerRe: What web service am I conneccted to? Pin
WillemM17-Jun-07 5:31
WillemM17-Jun-07 5:31 
AnswerRe: What web service am I conneccted to? Pin
Saifi Hasan17-Jun-07 18:45
Saifi Hasan17-Jun-07 18:45 
QuestionPrinting Datagrid with multiple pages on single button click Pin
Vipin.d16-Jun-07 21:06
Vipin.d16-Jun-07 21:06 
AnswerRe: Printing Datagrid with multiple pages on single button click Pin
WillemM17-Jun-07 5:30
WillemM17-Jun-07 5:30 
GeneralRe: Printing Datagrid with multiple pages on single button click Pin
Vipin.d17-Jun-07 19:17
Vipin.d17-Jun-07 19:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.