storePrType.DataSource = optsvc.Select("28").Where(r => r.OptionID == cmbEngineeringPrType.SelectedItem.Value);
storePrType.DataBind();
2021-08-27 12:37:39
storePrType.DataSource = optsvc.Select("28").Where(r => r.OptionID == cmbEngineeringPrType.SelectedItem.Value);
storePrType.DataBind();