1
Answer

System Null Reference Exception

Ramco Ramco

Ramco Ramco

2y
442
1

Hi

   I get above error on below code

if (!String.IsNullOrEmpty(Result.TrainingMode.ToString()))
                        ddlTrainingMethod.SelectedValue = Result.TrainingMode.ToString();

Thanks

Answers (1)