This is a migrated thread and some comments may be shown as answers.

DateBox SelectedValue

0 Answers 84 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Abdullah Önden
Top achievements
Rank 1
Abdullah Önden asked on 05 Oct 2009, 11:18 AM
Hello

When I try to assign a value for a datebox I get an error like this:

Value of '01.01.0001 00:00:00' is not valid for 'SelectedDate'. 'SelectedDate' should be between 'MinDate' and 'MaxDate'.
Parameter name: SelectedDate


Here's my code part:

txtBirthdate.SelectedDate = DateTime.MinValue;

- I've fixed my problem, you can delete this post -





No answers yet. Maybe you can help?

Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Abdullah Önden
Top achievements
Rank 1
Share this question
or