Click here to Skip to main content
15,890,043 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Fetch data from Excel Sheet Pin
Baconbutty1-Jun-10 2:06
Baconbutty1-Jun-10 2:06 
AnswerRe: Fetch data from Excel Sheet Pin
T M Gray1-Jun-10 8:19
T M Gray1-Jun-10 8:19 
GeneralRe: Fetch data from Excel Sheet Pin
cheguri1-Jun-10 18:55
cheguri1-Jun-10 18:55 
GeneralRe: Fetch data from Excel Sheet Pin
cheguri1-Jun-10 20:21
cheguri1-Jun-10 20:21 
QuestionReg MS acess2003 Pin
sowjanya331-May-10 22:58
sowjanya331-May-10 22:58 
AnswerRe: Reg MS acess2003 Pin
Sandeep Mewara1-Jun-10 0:01
mveSandeep Mewara1-Jun-10 0:01 
AnswerRe: Reg MS acess2003 Pin
Baconbutty1-Jun-10 2:50
Baconbutty1-Jun-10 2:50 
QuestionNeed a regular expression validation Pin
meeram39531-May-10 21:28
meeram39531-May-10 21:28 
In my aspx page, I have an input box which should be the format as follows:

1. First 3 or 4 characters should be alphabets (maximum 4).
2. After this, there is a constant text, '2CDSV=DT' (8 characters).
3. The text should not be more than 12 characters.

For eg: the text should be either 'RIN2CDSV=DT' or 'RINJ2CDSV=DT'. Both are valid.

How can I frame a regular expression for this? Anybody has any idea?

I put only this: ("[^0-9]"), but this will check only the alphabets. How can I join the 2nd and 3rd condition.

Please help.

Thanks in advance,
meeram395.
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

AnswerRe: Need a regular expression validation Pin
Eduard Keilholz31-May-10 21:43
Eduard Keilholz31-May-10 21:43 
GeneralRe: Need a regular expression validation Pin
meeram39531-May-10 22:31
meeram39531-May-10 22:31 
GeneralRe: Need a regular expression validation Pin
meeram39531-May-10 23:37
meeram39531-May-10 23:37 
AnswerRe: Need a regular expression validation Pin
Ankur\m/1-Jun-10 0:23
professionalAnkur\m/1-Jun-10 0:23 
GeneralRe: Need a regular expression validation Pin
meeram3951-Jun-10 0:46
meeram3951-Jun-10 0:46 
AnswerRe: Need a regular expression validation Pin
Sandeep Mewara1-Jun-10 0:00
mveSandeep Mewara1-Jun-10 0:00 
QuestionReturn List<> on button click of user control. Pin
zeego31-May-10 21:21
zeego31-May-10 21:21 
AnswerRe: Return List on button click of user control. Pin
Brij31-May-10 21:34
mentorBrij31-May-10 21:34 
GeneralRe: Return List on button click of user control. Pin
zeego31-May-10 21:49
zeego31-May-10 21:49 
GeneralRe: Return List on button click of user control. Pin
michaelschmitt31-May-10 22:45
michaelschmitt31-May-10 22:45 
GeneralRe: Return List on button click of user control. Pin
zeego31-May-10 23:06
zeego31-May-10 23:06 
GeneralRe: Return List on button click of user control. Pin
michaelschmitt1-Jun-10 0:27
michaelschmitt1-Jun-10 0:27 
GeneralRe: Return List on button click of user control Pin
zeego1-Jun-10 1:19
zeego1-Jun-10 1:19 
GeneralRe: Return List on button click of user control Pin
michaelschmitt1-Jun-10 2:30
michaelschmitt1-Jun-10 2:30 
AnswerRe: Return List on button click of user control. Pin
Andreas X1-Jun-10 1:28
professionalAndreas X1-Jun-10 1:28 
Questiontext in windows service appears to have old reference Pin
Member 391904931-May-10 21:16
Member 391904931-May-10 21:16 
AnswerRe: text in windows service appears to have old reference Pin
Sandeep Mewara31-May-10 23:56
mveSandeep Mewara31-May-10 23:56 

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.