Try this:
string Sql = "INSERT INTO Projects (project_id) VALUES (" +ProjectList.SelectedItem.Value + ")";