Click here to Skip to main content
15,889,034 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: to Dinesh Mani Pin
Keith Barrow10-Dec-09 4:36
professionalKeith Barrow10-Dec-09 4:36 
AnswerRe: to Dinesh Mani Pin
Blue_Boy10-Dec-09 9:11
Blue_Boy10-Dec-09 9:11 
QuestionUpdating variables in Master Page Pin
Munteanu Ciprian10-Dec-09 3:10
Munteanu Ciprian10-Dec-09 3:10 
AnswerRe: Updating variables in Master Page Pin
Dinesh Mani10-Dec-09 3:30
Dinesh Mani10-Dec-09 3:30 
GeneralRe: Updating variables in Master Page Pin
Munteanu Ciprian10-Dec-09 3:34
Munteanu Ciprian10-Dec-09 3:34 
GeneralRe: Updating variables in Master Page Pin
Dinesh Mani10-Dec-09 6:27
Dinesh Mani10-Dec-09 6:27 
QuestionRegEx,match number 1-24 [modified] Pin
cyhcyhhychyc10-Dec-09 2:52
cyhcyhhychyc10-Dec-09 2:52 
AnswerRe: RegEx,match number 1-24 Pin
Dinesh Mani10-Dec-09 3:05
Dinesh Mani10-Dec-09 3:05 
This would be a tough nut to crack with Regex. Our conditions are size is variable and you wish to restrict value to under 24 which means ur first char can be 1 or 2 and your second char can be 0-9, but based on the first char the second char cannot be more than 4.

Try this -

(^[1-9]{1}$|^[1]{1}[0-9]{1}$|^[2]{1}[0-4]{1}$)

Just curious, won't it be just simple to just use a try parse to parse the text and check the value rather than spending so much effort into building a regex for this?
QuestionASP.Net Performance Pin
Amit Patel198510-Dec-09 2:26
Amit Patel198510-Dec-09 2:26 
AnswerRe: ASP.Net Performance Pin
Abhijit Jana10-Dec-09 2:32
professionalAbhijit Jana10-Dec-09 2:32 
AnswerRe: ASP.Net Performance Pin
Abhishek Sur10-Dec-09 3:03
professionalAbhishek Sur10-Dec-09 3:03 
GeneralRe: ASP.Net Performance Pin
farogh haider14-Dec-09 19:33
farogh haider14-Dec-09 19:33 
QuestionError: missing parameter values when passing parameter in crystal report Pin
I'm a beginner10-Dec-09 0:35
I'm a beginner10-Dec-09 0:35 
AnswerRe: Error: missing parameter values when passing parameter in crystal report Pin
Alliance11115-Feb-10 0:13
Alliance11115-Feb-10 0:13 
Questionproblem sending mail Pin
m@dhu10-Dec-09 0:31
m@dhu10-Dec-09 0:31 
AnswerRe: problem sending mail Pin
Dinesh Mani10-Dec-09 0:40
Dinesh Mani10-Dec-09 0:40 
GeneralRe: problem sending mail Pin
m@dhu10-Dec-09 0:53
m@dhu10-Dec-09 0:53 
GeneralRe: problem sending mail Pin
Dinesh Mani10-Dec-09 0:58
Dinesh Mani10-Dec-09 0:58 
GeneralRe: problem sending mail Pin
m@dhu10-Dec-09 19:41
m@dhu10-Dec-09 19:41 
GeneralRe: problem sending mail Pin
Dinesh Mani10-Dec-09 19:44
Dinesh Mani10-Dec-09 19:44 
GeneralRe: problem sending mail Pin
m@dhu10-Dec-09 20:22
m@dhu10-Dec-09 20:22 
AnswerRe: problem sending mail Pin
Anurag Gandhi10-Dec-09 0:45
professionalAnurag Gandhi10-Dec-09 0:45 
QuestionModal window genration from C# code Pin
Hema Bairavan9-Dec-09 22:31
Hema Bairavan9-Dec-09 22:31 
AnswerRe: Modal window genration from C# code Pin
Prasadsm9-Dec-09 23:45
Prasadsm9-Dec-09 23:45 
AnswerRe: Modal window genration from C# code Pin
Dinesh Mani10-Dec-09 0:23
Dinesh Mani10-Dec-09 0:23 

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.