Define a two-dimensional array string [,] ar = new string [20]; Ar [0,0] = "0"; Ar [0, 1] = "1"; Ar [1,0] = "Negotiable"; Ar [1, 1] = "1500 or less"; how to connect this two-dimensional array to the drop-down box: