if else

 avatar
unknown
csharp
3 years ago
157 B
3
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...