Hello experts,
i have class file , referenced webservice , this webservice is returning array.in the below format.
[[1- Living Room], [2 - Kitchen], [3 - Family Room], [4 - Bedroom1], [5 - Entry], [6 - Hallway], [7 - Stairway], [8 - Basemen]]
this data i need to load to dropdownlist in the aspx.vb file .
how to bind the webservice response array into dropdownlist
What I have tried:
tried different thing but unable to solve.