1: 2: 3: 4: 5: 6: 7: 8:
if(this.combo1.SelectedValue == "123451") { this.TextBox2.Text = "LCAB13"; } else if(this.combo1.SelectedValue == "1456525") { this.TextBox2.Text ="AEC125"; }