I am using a range validator and want to use dd mm yyyy
format for accepting dates.
I get a fairly generic "can't do that" type exception when I
use this format for setting the minValue or maxValue
properties for the range validator. How can I force it to
accept my format?
Answer Posted / guest
u can use yyyy-mm-dd or yyyy/mm/dd for max and min value
mention
go for
http://w3schools.com/aspnet/showasp.asp?
filename=demo_rangevalidator
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Is asp.net core faster?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What are ASHX files?
Explain significance of routing? : asp.net mvc
What are the different types of validation controls provided in ASP.NET?
What is the difference between equals() and == in c#?
What are the Types of objects in ASP
What is anonymous authentication?
Explain the flow of processing of the request? : asp.net mvc
What is the difference between adding reference in solution explorer and adding references by using ?
Which is better viewstate or session?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
How many web config files can be created for an application?
What are the Types of object in asp
What is runat?