if else
unknown
csharp
4 years ago
157 B
7
Indexable
if(string.IsNullOrEmpty(dtEndDate.Text))
{ MessageBox.Show("please enter an end date date")
}
else
{ MessageBox.Show("about to parse datetime to enddate");Editor is loading...
if(string.IsNullOrEmpty(dtEndDate.Text))
{ MessageBox.Show("please enter an end date date")
}
else
{ MessageBox.Show("about to parse datetime to enddate");