Regular Expression
-
Hi I want to write a regular expression to validate my experience field. This field excepts numeric(year) value and decimal(month) value. For Ex: 4.3(4 yrs and 3 mnths) I want to validate my texbox value using regual expression so that year is not more than 12 and month is not more tha 11. I need help as early as possible. Thanks in advance Nikks
Inderjeet Kaur Sr. Software Engg
-
Hi I want to write a regular expression to validate my experience field. This field excepts numeric(year) value and decimal(month) value. For Ex: 4.3(4 yrs and 3 mnths) I want to validate my texbox value using regual expression so that year is not more than 12 and month is not more tha 11. I need help as early as possible. Thanks in advance Nikks
Inderjeet Kaur Sr. Software Engg
i think for this you can use Range expression validator instead of Regular Expression
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]