Check the value of dropdown list
if (ddName.SelectedItem.Value == "INTERMODAL") { lblMessage.Text = "Good Boy!"; }