2
Answers

Cannot implicitly convert type int to string

Photo of Ramco Ramco

Ramco Ramco

2y
690
1

Hi

  In below code i am getting above error. ID is int

ddlPUS.SelectedValue = Convert.ToInt32(Result.ID);

Thanks

Answers (2)