Multiple Choice
In order to set the Calendar control object Calendar1 to the current date, you could type ____.
A) Calendar1.SelectedDate = DateTime.Today;
B) Calendar1.SelectedDate = Today;
C) Calendar1.Date = Today;
D) Calendar1.Date = Today.DateTime;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: All of the following types of controls
Q10: The _ class reduces your need for
Q11: The only event listed below that is
Q12: There are several models used for building
Q13: You can use the Text property and/or
Q15: With Web applications, instead of using a
Q16: The RequiredFieldValidator validation control matches an input
Q17: One approach to developing Web sites is
Q18: You can use the _ configuration wizard
Q19: To work with the calendar control programmatically,