c# - .net Calendar requiredFieldValidator -


is possible add requiredfieldvalidator calendar? example have submit button , if clicked without selecting date red text should come saying please select date first.

i know 1 way check selecteddate in c# code can create requiredfieldvalidator textboxes?

thanks in advance.

i think no can add requiredfieldvalidator , associate hidden textbox (i mean css display:none) on page , bind textbox text property selecteddate of calender


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -