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
How will you load dynamic assembly?
What does passport and windows authentication mean in ASP.NET?
What do you mean by authentication?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Describe the difference between inline and code behind - which is best in a?
What is the difference between adding reference in solution explorer and adding references by using ?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
In which situation can you not use a viewstate?
How u refer webservices?
How will you do Redo and Undo in a TextControl?
Write some code using interfaces, virtual methods, and an abstract class`
Describe the .net base class library.
What is application in asp net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is css in asp.net?