textBox.Text
DateTime dateFirst=Calendar1.SelectedDate; DateTime dateSecond=Calendar2.SelectedDate; int resultDays= (dateSecond-dateFirst).Days;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)