Is that any way/tricks that able to validate the end-users choosen date is not greater than today?

protected void Page_Load(object sender, EventArgs e)
{
    Calendar1.EndDate = DateTime.Now;
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.