Date validation

  • Thread starter Thread starter marin1858
  • Start date Start date
M

marin1858

need use today's date for <asp:RangeValidator>
How I can use now() in MaximumValue?
 
need use today's date for <asp:RangeValidator>
How I can use now() in MaximumValue?

<asp:rangevalidator ... MaximumValue=<%#
DateTime.Now.ToShortDateString()%>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top