Click here to Skip to main content
15,881,092 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: problem in login Pin
Manprit.bagga12-Mar-09 20:22
Manprit.bagga12-Mar-09 20:22 
QuestionExporting data to Excel from Datagrid Pin
rakeshs31212-Mar-09 3:13
rakeshs31212-Mar-09 3:13 
QuestionHow to get a message which user send from his mobile (reply to a message which is sent by application). Pin
rahul.net1112-Mar-09 2:58
rahul.net1112-Mar-09 2:58 
AnswerRe: How to get a message which user send from his mobile (reply to a message which is sent by application). Pin
Yusuf12-Mar-09 4:22
Yusuf12-Mar-09 4:22 
GeneralRe: How to get a message which user send from his mobile (reply to a message which is sent by application). Pin
rahul.net1112-Mar-09 4:52
rahul.net1112-Mar-09 4:52 
GeneralRe: How to get a message which user send from his mobile (reply to a message which is sent by application). Pin
Yusuf12-Mar-09 4:59
Yusuf12-Mar-09 4:59 
GeneralRe: How to get a message which user send from his mobile (reply to a message which is sent by application). Pin
shawty_ds12-Mar-09 7:13
shawty_ds12-Mar-09 7:13 
QuestionValidation is not working Pin
Member 299896912-Mar-09 2:48
Member 299896912-Mar-09 2:48 
hi
This is my validation
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="Password"
ToolTip="Must have at least One numeric character,at least One Upper Case alphabet , at least 4 characters and password must be at least eight apphanumeric characters long."
ErrorMessage="Enter Correct Format"

ValidationExpression="(?=.*[a-zA-Z].*[a-zA-Z].*[a-zA-Z].*[a-zA-Z])(?=.*\d)(?=.*[A-Z])(?!.*[\W_\x7B-\xFF]).(?![.\n]).{7,15}$)">*</asp:RegularExpressionValidator>

Which is working in debug mode but not working when i run application from iis or publish application .

adilkhan

AnswerRe: Validation is not working Pin
Yusuf12-Mar-09 2:58
Yusuf12-Mar-09 2:58 
GeneralRe: Validation is not working Pin
Member 299896912-Mar-09 3:30
Member 299896912-Mar-09 3:30 
AnswerRe: Validation is not working Pin
kumar_k50812-Mar-09 20:22
kumar_k50812-Mar-09 20:22 
GeneralRe: Validation is not working Pin
Member 299896912-Mar-09 20:48
Member 299896912-Mar-09 20:48 
GeneralRe: Validation is not working Pin
kumar_k50812-Mar-09 21:25
kumar_k50812-Mar-09 21:25 
QuestionJavascript not working after .net2 migration. Pin
imnotso#12-Mar-09 2:47
imnotso#12-Mar-09 2:47 
AnswerRe: Javascript not working after .net2 migration. Pin
Yusuf12-Mar-09 2:59
Yusuf12-Mar-09 2:59 
GeneralRe: Javascript not working after .net2 migration. Pin
imnotso#12-Mar-09 3:05
imnotso#12-Mar-09 3:05 
GeneralRe: Javascript not working after .net2 migration. Pin
Yusuf12-Mar-09 3:17
Yusuf12-Mar-09 3:17 
GeneralRe: Javascript not working after .net2 migration. Pin
imnotso#12-Mar-09 3:19
imnotso#12-Mar-09 3:19 
Questioncalling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
Robymon12-Mar-09 2:16
Robymon12-Mar-09 2:16 
AnswerRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
anujbanka178412-Mar-09 2:35
anujbanka178412-Mar-09 2:35 
GeneralRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
Robymon12-Mar-09 2:47
Robymon12-Mar-09 2:47 
GeneralRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
anujbanka178412-Mar-09 3:11
anujbanka178412-Mar-09 3:11 
GeneralRe: calling javascript function written in separate js file to validate contentpage controls which inherits masterpage Pin
Robymon12-Mar-09 3:23
Robymon12-Mar-09 3:23 
Questionexception Pin
NRHSR12-Mar-09 2:03
NRHSR12-Mar-09 2:03 
AnswerRe: exception Pin
Abhishek Sur12-Mar-09 2:15
professionalAbhishek Sur12-Mar-09 2:15 

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.