Click here to Skip to main content
15,886,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: OnFocus server side event for textbox in datagrid Pin
Viral Upadhyay12-Jul-11 23:36
Viral Upadhyay12-Jul-11 23:36 
Questionresolving class using interface using UNITY container to implement ioc pattern???? Pin
siva45512-Jul-11 7:43
siva45512-Jul-11 7:43 
QuestionRepeater Control - formatting columns problem Pin
Richard Blythe12-Jul-11 6:25
Richard Blythe12-Jul-11 6:25 
QuestionDeploying website on Windows XP computer? Pin
kbalias12-Jul-11 1:13
kbalias12-Jul-11 1:13 
AnswerRe: Deploying website on Windows XP computer? Pin
Pete O'Hanlon12-Jul-11 1:22
mvePete O'Hanlon12-Jul-11 1:22 
GeneralRe: Deploying website on Windows XP computer? Pin
kbalias12-Jul-11 19:44
kbalias12-Jul-11 19:44 
GeneralRe: Deploying website on Windows XP computer? Pin
Pete O'Hanlon12-Jul-11 23:25
mvePete O'Hanlon12-Jul-11 23:25 
QuestionRegex Pin
Morgs Morgan11-Jul-11 21:42
Morgs Morgan11-Jul-11 21:42 
Hi Guys,
I have three Regex and would like to know if it's possible to combine them into one.
I'm validating phone numbers in the form:
- 0219081234
- 021 908 1234
- 021-908-1234

here are my regex for the above in order:
- var phoneRegex1 = /^(\d{3})(\d{3})(\d{4})$/;
- var phoneRegex2 = /^(\d{3})(\-)(\d{3})(\-)(\d{4})$/;
- var phoneRegex3 = /^(\d{3})(\ )(\d{3})(\ )(\d{4})$/;

Thanks in Advance,
Morgs
AnswerRe: Regex Pin
Pete O'Hanlon11-Jul-11 21:50
mvePete O'Hanlon11-Jul-11 21:50 
GeneralRe: Regex Pin
Morgs Morgan11-Jul-11 22:06
Morgs Morgan11-Jul-11 22:06 
QuestionGridview merge cells with edit button Pin
C#Coudou11-Jul-11 15:11
C#Coudou11-Jul-11 15:11 
Questionpass data between different views in MVC in c#.net Pin
siva45511-Jul-11 7:12
siva45511-Jul-11 7:12 
AnswerRe: pass data between different views in MVC in c#.net Pin
Anurag Gandhi11-Jul-11 20:28
professionalAnurag Gandhi11-Jul-11 20:28 
QuestionCustom Configuration section Pin
indian14311-Jul-11 6:02
indian14311-Jul-11 6:02 
AnswerRe: Custom Configuration section Pin
GenJerDan11-Jul-11 6:11
GenJerDan11-Jul-11 6:11 
GeneralRe: Custom Configuration section Pin
indian14311-Jul-11 6:25
indian14311-Jul-11 6:25 
GeneralRe: Custom Configuration section Pin
GenJerDan11-Jul-11 6:31
GenJerDan11-Jul-11 6:31 
GeneralRe: Custom Configuration section Pin
indian14311-Jul-11 6:57
indian14311-Jul-11 6:57 
GeneralRe: Custom Configuration section Pin
GenJerDan11-Jul-11 7:14
GenJerDan11-Jul-11 7:14 
AnswerRe: Custom Configuration section Pin
Shameel11-Jul-11 21:41
professionalShameel11-Jul-11 21:41 
Questionsms application Pin
shawn41411-Jul-11 0:17
shawn41411-Jul-11 0:17 
AnswerRe: sms application Pin
DaveAuld11-Jul-11 0:24
professionalDaveAuld11-Jul-11 0:24 
AnswerRe: sms application Pin
Shameel11-Jul-11 2:34
professionalShameel11-Jul-11 2:34 
Questionread file base64 and show on the image Pin
apadana_198910-Jul-11 20:14
apadana_198910-Jul-11 20:14 
AnswerRe: read file base64 and show on the image Pin
Joris Janssens11-Jul-11 7:59
professionalJoris Janssens11-Jul-11 7:59 

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.