2
Answers

Cannot implicitly convert type int to string

Ramco Ramco

Ramco Ramco

2y
552
1

Hi

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

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

Thanks

Answers (2)