Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: What is the difference between 3 Tier Architecture and N-Ties Architecture. Pin
Brij19-Mar-10 0:54
mentorBrij19-Mar-10 0:54 
QuestionLimiting Download Pin
Somaraj N18-Mar-10 21:34
Somaraj N18-Mar-10 21:34 
AnswerRe: Limiting Download Pin
Sathesh Sakthivel18-Mar-10 23:32
Sathesh Sakthivel18-Mar-10 23:32 
QuestionUnable to Open (ASP.NET C#) Web Project Pin
Somaraj N18-Mar-10 21:31
Somaraj N18-Mar-10 21:31 
AnswerRe: Unable to Open (ASP.NET C#) Web Project Pin
saini arun18-Mar-10 21:39
saini arun18-Mar-10 21:39 
GeneralRe: Unable to Open (ASP.NET C#) Web Project Pin
Gaurav Dudeja India18-Mar-10 22:50
Gaurav Dudeja India18-Mar-10 22:50 
AnswerRe: Unable to Open (ASP.NET C#) Web Project Pin
Dinesh Mani19-Mar-10 0:27
Dinesh Mani19-Mar-10 0:27 
QuestionRegEx to allow Phone Numbers with #-###-###-#### or ###-###-#### format only Pin
Vipul Mehta18-Mar-10 20:39
Vipul Mehta18-Mar-10 20:39 
Hi,

I wanted a RegEx to allow user to enter phone number in #-###-###-#### or ###-###-#### format only. (Eg: 1-888-456-5678 or 888-456-5678)
I have implemented RegEx[1] to allow user to enter Phone Number in #-###-###-#### format.

What changes do we need to make to the existing RegEx so that it allows user to enter Phone Number in the above 2 formats only?

Thanks in advance.

[1]
@"^\d{1}-\d{3}-\d{3}-\d{4}$"

Regards,
Vipul Mehta
Regards,
Vipul Mehta

AnswerRe: RegEx to allow Phone Numbers with #-###-###-#### or ###-###-#### format only Pin
Dinesh Mani18-Mar-10 20:59
Dinesh Mani18-Mar-10 20:59 
GeneralRe: RegEx to allow Phone Numbers with #-###-###-#### or ###-###-#### format only Pin
Vipul Mehta18-Mar-10 21:16
Vipul Mehta18-Mar-10 21:16 
AnswerRe: RegEx to allow Phone Numbers with #-###-###-#### or ###-###-#### format only Pin
Arindam Tewary18-Mar-10 23:24
professionalArindam Tewary18-Mar-10 23:24 
QuestionTableAdapterManager.UpdateAll shows foreign key error Pin
Satheesh Vijayan18-Mar-10 17:44
Satheesh Vijayan18-Mar-10 17:44 
QuestionWhy doesn't this string replacement work? (XmlDoc.InnerXml.Replace) Pin
David Mujica18-Mar-10 10:30
David Mujica18-Mar-10 10:30 
AnswerRe: Why doesn't this string replacement work? (XmlDoc.InnerXml.Replace) Pin
Arindam Tewary18-Mar-10 23:44
professionalArindam Tewary18-Mar-10 23:44 
GeneralWorking now Pin
David Mujica19-Mar-10 4:22
David Mujica19-Mar-10 4:22 
GeneralRe: Working now Pin
Arindam Tewary19-Mar-10 8:38
professionalArindam Tewary19-Mar-10 8:38 
QuestionWeb Deployment Project: Missing Reference? Pin
Diving Flo18-Mar-10 10:14
Diving Flo18-Mar-10 10:14 
AnswerRe: Web Deployment Project: Missing Reference? Pin
Diving Flo22-Mar-10 4:17
Diving Flo22-Mar-10 4:17 
QuestionAjax Validation with ASP.NET Pin
Morgs Morgan18-Mar-10 3:15
Morgs Morgan18-Mar-10 3:15 
AnswerRe: Ajax Validation with ASP.NET Pin
Not Active18-Mar-10 3:21
mentorNot Active18-Mar-10 3:21 
GeneralRe: Ajax Validation with ASP.NET Pin
Morgs Morgan18-Mar-10 3:47
Morgs Morgan18-Mar-10 3:47 
GeneralRe: Ajax Validation with ASP.NET Pin
Not Active18-Mar-10 3:57
mentorNot Active18-Mar-10 3:57 
AnswerRe: Ajax Validation with ASP.NET Pin
mrMercury18-Mar-10 4:20
mrMercury18-Mar-10 4:20 
QuestionVertical CSS Menu in ASP.NET Pin
MWRivera18-Mar-10 3:12
MWRivera18-Mar-10 3:12 
AnswerRepost Pin
Not Active18-Mar-10 3:19
mentorNot Active18-Mar-10 3:19 

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.