How do you validate Date by using which validation Control?
Answer Posted / arunajyothi.m
<asp:RegularExpressionValidator ID="revEndDate"
ControlToValidate="txtEndDate" ValidationExpression="((^
(10|12|0?[13578])([/])(3[01]|[12][0-9]|0?[1-9])([/])((1[8-9]
\d{2})|([2-9]\d{3}))$)|(^(11|0?[469])([/])(30|[12][0-9]|0?
[1-9])([/])((1[8-9]\d{2})|([2-9]\d{3}))$)|(^(0?2)([/])(2[0-
8]|1[0-9]|0?[1-9])([/])((1[8-9]\d{2})|([2-9]\d{3}))$)|(^(0?
2)([/])(29)([/])([2468][048]00)$)|(^(0?2)([/])(29)([/])
([3579][26]00)$)|(^(0?2)([/])(29)([/])([1][89][0][48])$)|(^
(0?2)([/])(29)([/])([2-9][0-9][0][48])$)|(^(0?2)([/])(29)
([/])([1][89][2468][048])$)|(^(0?2)([/])(29)([/])([2-9][0-9]
[2468][048])$)|(^(0?2)([/])(29)([/])([1][89][13579][26])$)|
(^(0?2)([/])(29)([/])([2-9][0-9][13579][26])$))"
SetFocusOnError="True" Display="Dynamic"
runat="server">*</asp:RegularExpressionValidator>
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can you please explain the difference between int and int32?
What are the features present in vb 2005?
Explain nested classes?
Explain option explicit?
What is pre-jit?
What is non_deterministic finalization?
When do you use virutal keyword?
Why do we use ansi keyword?
what is interface and when it is used?
What do you mean by option strict on?
how many server control present in .net
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What is the importance of a Button control?
Can you please explain the difference between authentication and authorization?
difference between control and component more than one differences