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
What is data caching?
Explain the role of global.asax?
What are different methods of session maintenance in asp.net?
What is masterpage?
How you can stop the validation of ASP.NET controls from client side?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is asp.net with mvc? : Asp.Net MVC
How do you identify that the page is postback?
How will you do Redo and Undo in a TextControl?
Explain how is a property designated as read-only?
Explain the use of duration attribute of @outputcache page directive.
What is mvc in angular?
What is the difference between custom controls and user controls?
What is the difference between Hash table and Array list?