Ramco Ramco

Ramco Ramco

  • 435
  • 3.5k
  • 558.1k

Cannot implicitly convert type int to string

Jul 31 2022 9:39 AM

Hi

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

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

Thanks


Answers (2)